Skip to content

Commit

Permalink
Fix formatting in dummy policy init
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwolczyk committed Jul 5, 2020
1 parent dbe99bc commit 964f0ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/fixtures/policies/dummy_policy.py
Expand Up @@ -13,10 +13,7 @@ class DummyPolicy(Policy):
"""

def __init__(
self,
env_spec,
):
def __init__(self, env_spec):
# pylint: disable=super-init-not-called
self._env_spec = env_spec
self._param = []
Expand Down

0 comments on commit 964f0ae

Please sign in to comment.