isort
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import RaceRandom as random
|
||||
|
||||
from collections import defaultdict
|
||||
|
||||
from BaseClasses import PotItem, Pot, PotFlags, CrystalBarrier, LocationType, RegionType
|
||||
from Utils import int16_as_bytes, pc_to_snes, snes_to_pc
|
||||
|
||||
import RaceRandom as random
|
||||
from BaseClasses import CrystalBarrier, LocationType, Pot, PotFlags, PotItem, RegionType
|
||||
from source.dungeon.RoomObject import RoomObject, Shuffled_Pot
|
||||
from Utils import int16_as_bytes, pc_to_snes, snes_to_pc
|
||||
|
||||
movable_switch_rooms = defaultdict(lambda: [],
|
||||
{'PoD Stalfos Basement': ['PoD Basement Ledge'],
|
||||
|
||||
Reference in New Issue
Block a user