Skip to content

Commit

Permalink
someone missed an import
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyGamesOn committed Jan 21, 2024
1 parent 61f26bf commit 6ae45c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/World.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Object classes from AP core, to represent an entire MultiWorld and this individual World that's part of it
from worlds.AutoWorld import World
from BaseClasses import MultiWorld
from BaseClasses import MultiWorld, CollectionState

# Object classes from Manual -- extending AP core -- representing items and locations that are used in generation
from ..Items import ManualItem
Expand Down

0 comments on commit 6ae45c0

Please sign in to comment.