Skip to content

Commit

Permalink
Automated format fixes (autopep8 + isort)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 authored and actions-user committed Apr 7, 2022
1 parent a8c7e9f commit f7d153f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import csv
import os

from collections import deque

import numpy as np
import pytest
from stable_baselines3.common.env_util import is_wrapped

from sinergym.utils.wrappers import NormalizeObservation
from sinergym.utils.common import RANGES_5ZONE
from sinergym.utils.wrappers import NormalizeObservation


@pytest.mark.parametrize('env_name',
Expand Down

0 comments on commit f7d153f

Please sign in to comment.