Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvris committed May 3, 2024
1 parent 781be64 commit 03fd1ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion worlds/mm2/Color.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import Dict, Tuple, List, TYPE_CHECKING, Union
import Names
from . import Names
from zlib import crc32
import struct
import logging
Expand Down
2 changes: 1 addition & 1 deletion worlds/mm2/Items.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from BaseClasses import Item
from typing import NamedTuple, Dict
import Names
from . import Names


class ItemData(NamedTuple):
Expand Down
2 changes: 1 addition & 1 deletion worlds/mm2/Locations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from BaseClasses import Location, Region
from typing import Dict, Tuple, Optional
import Names
from . import Names


class MM2Location(Location):
Expand Down

0 comments on commit 03fd1ec

Please sign in to comment.