diff --git a/rj_gameplay/tests/stp/utils/test_typed_key_dict.py b/rj_gameplay/tests/stp/utils/test_typed_key_dict.py index d7db8be1500..447a44728af 100644 --- a/rj_gameplay/tests/stp/utils/test_typed_key_dict.py +++ b/rj_gameplay/tests/stp/utils/test_typed_key_dict.py @@ -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]):