Ran black on sources

This commit is contained in:
Griatch 2023-11-02 20:56:31 +01:00
parent 24d52f229f
commit f6b43b0416
125 changed files with 355 additions and 329 deletions

View file

@ -58,7 +58,7 @@ class TestComponents(EvenniaTest):
InheritedTCWithComponents, key="char_with_c", location=self.room1, home=self.room1
)
assert self.char1.test_a
assert not self.char1.cmp.get('test_c')
assert not self.char1.cmp.get("test_c")
assert char_with_c.test_c
def test_character_instances_components_properly(self):