Skip to content

Commit

Permalink
YGO06: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rensen3 committed Oct 25, 2024
1 parent 5adcd42 commit f8c25c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions worlds/yugioh06/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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,
Expand Down

0 comments on commit f8c25c3

Please sign in to comment.