From 5fd52fd9ff7711ce4769b18cf1b27c043cda5633 Mon Sep 17 00:00:00 2001 From: Changhe Chen Date: Thu, 17 Nov 2022 19:38:21 +0000 Subject: [PATCH] GitHub Actions: Format --- smarts/env/wrappers/gif_recorder.py | 1 + smarts/env/wrappers/recorder_wrapper.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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