From 49a339695531fe36b8645dff850a9036e83c7e09 Mon Sep 17 00:00:00 2001 From: Changhe Chen Date: Thu, 17 Nov 2022 22:32:40 +0000 Subject: [PATCH] GitHub Actions: Format --- smarts/env/wrappers/gif_recorder.py | 3 ++- smarts/env/wrappers/recorder_wrapper.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/smarts/env/wrappers/gif_recorder.py b/smarts/env/wrappers/gif_recorder.py index ba9909fed1..a39e0b3c70 100644 --- a/smarts/env/wrappers/gif_recorder.py +++ b/smarts/env/wrappers/gif_recorder.py @@ -19,8 +19,9 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -import sys import logging +import sys + 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