fix: typing import in multiuserchat
This commit is contained in:
parent
b872909579
commit
6b0d393cf8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ log = logging.getLogger(__name__)
|
|||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from poezio.core import Core
|
||||
from poezio.core.core import Core
|
||||
from poezio.tabs import Tab
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue