The Messenger: fix import that shouldn't be relative (#3219)
This commit is contained in:
parent
4756c76541
commit
4f1e696243
|
@ -2,8 +2,8 @@ from copy import deepcopy
|
||||||
from typing import List, TYPE_CHECKING
|
from typing import List, TYPE_CHECKING
|
||||||
|
|
||||||
from BaseClasses import CollectionState, PlandoOptions
|
from BaseClasses import CollectionState, PlandoOptions
|
||||||
|
from worlds.generic import PlandoConnection
|
||||||
from .options import ShufflePortals
|
from .options import ShufflePortals
|
||||||
from ..generic import PlandoConnection
|
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from . import MessengerWorld
|
from . import MessengerWorld
|
||||||
|
|
Loading…
Reference in New Issue