Skip to content

Commit

Permalink
The Messenger: fix import that shouldn't be relative (ArchipelagoMW#3219
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alwaysintreble authored and qwint committed Jun 24, 2024
1 parent 8e980a4 commit 610a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/messenger/portals.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from typing import List, TYPE_CHECKING

from BaseClasses import CollectionState, PlandoOptions
from worlds.generic import PlandoConnection
from .options import ShufflePortals
from ..generic import PlandoConnection

if TYPE_CHECKING:
from . import MessengerWorld
Expand Down

0 comments on commit 610a80a

Please sign in to comment.