diff --git a/smarts/env/wrappers/gif_recorder.py b/smarts/env/wrappers/gif_recorder.py index 676bed6f4b..5f1f016af5 100644 --- a/smarts/env/wrappers/gif_recorder.py +++ b/smarts/env/wrappers/gif_recorder.py @@ -22,6 +22,7 @@ import os import sys import typing + import gym import numpy as np diff --git a/smarts/env/wrappers/recorder_wrapper.py b/smarts/env/wrappers/recorder_wrapper.py index 2569ab54e2..10b4eab5c1 100644 --- a/smarts/env/wrappers/recorder_wrapper.py +++ b/smarts/env/wrappers/recorder_wrapper.py @@ -21,11 +21,11 @@ # THE SOFTWARE. import os import typing +from pathlib import Path import gym import gym.envs -from pathlib import Path from smarts.env.wrappers.gif_recorder import GifRecorder