diff --git a/worlds/minecraft/Items.py b/worlds/minecraft/Items.py index 89de300e29..93561d3ced 100644 --- a/worlds/minecraft/Items.py +++ b/worlds/minecraft/Items.py @@ -1,4 +1,4 @@ -from BaseClasses import Region, Entrance, Location, MultiWorld, Item +from BaseClasses import Item import typing class ItemData(typing.NamedTuple):