From f8c25c330312ef1063d070884bda20934c792952 Mon Sep 17 00:00:00 2001 From: Rensen3 Date: Fri, 25 Oct 2024 17:17:21 +0200 Subject: [PATCH] YGO06: fix imports --- worlds/yugioh06/__init__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/worlds/yugioh06/__init__.py b/worlds/yugioh06/__init__.py index c8daf4f395fc..4daa7b271a1d 100644 --- a/worlds/yugioh06/__init__.py +++ b/worlds/yugioh06/__init__.py @@ -1,6 +1,6 @@ import os import pkgutil -from typing import Any, ClassVar, Dict, List +from typing import Any, ClassVar, Dict, List, Set import settings from BaseClasses import Entrance, Item, ItemClassification, Location, MultiWorld, Region, Tutorial @@ -24,9 +24,7 @@ tier_4_opponents, tier_5_opponents, ) -from .items import ( - challenges as challenges, -) +from .items import challenges as challenges from .locations import ( Bonuses, Campaign_Opponents,