Clean up imports

This commit is contained in:
espeon65536
2021-06-15 18:22:12 -05:00
parent 059946d59e
commit e49d10ab22
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
def link_minecraft_structures(world, player: int):
def link_minecraft_structures(world, player):
# Link mandatory connections first
for (exit, region) in mandatory_connections: