From 7845091bb710f9d20a791dc6963f4232a16ba578 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 26 Jul 2020 18:52:37 +0200 Subject: [PATCH] Fix invalid type annotation in event --- royalnet/commands/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/commands/event.py b/royalnet/commands/event.py index 67a08d7b..bb948d84 100644 --- a/royalnet/commands/event.py +++ b/royalnet/commands/event.py @@ -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: