The Messenger: fix import that shouldn't be relative (#3219)

This commit is contained in:
Aaron Wagener 2024-04-26 14:29:01 -05:00 committed by GitHub
parent 4756c76541
commit 4f1e696243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ from copy import deepcopy
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