fix unit tests

This commit is contained in:
Fabian Dill
2021-01-03 17:16:07 +01:00
parent d80939480b
commit 6bb7631382
7 changed files with 56 additions and 43 deletions

View File

@@ -15,9 +15,6 @@ from worlds.alttp.Items import item_name_groups
from worlds.generic import PlandoItem, PlandoConnection
class World():
pass
class MultiWorld():
debug_types = False
player_names: Dict[int, List[str]]