mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix invalid type annotation in event
This commit is contained in:
parent
5586b88833
commit
7845091bb7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from .commandinterface import CommandInterface
|
|||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from serf import Serf
|
||||
from ..serf import Serf
|
||||
|
||||
|
||||
class Event:
|
||||
|
|
Loading…
Reference in a new issue