Skip to content

Commit

Permalink
automated style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-parikh authored Sep 11, 2023
1 parent bdcfa8f commit 31671c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rj_gameplay/tests/stp/utils/test_typed_key_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ def __eq__(self, other) -> bool:
return self.name == other.name


class ConcreteA(Interface):
...
class ConcreteA(Interface): ...


class ConcreteB(Interface):
...
class ConcreteB(Interface): ...


class Key(TypedKey[ValueConcreteT]):
Expand Down

0 comments on commit 31671c8

Please sign in to comment.