fix coverage

This commit is contained in:
collerek
2020-12-06 17:34:27 +01:00
parent 85be9e8b80
commit 420826f472
2 changed files with 41 additions and 9 deletions

View File

@ -57,7 +57,7 @@ class Signal:
class SignalEmitter:
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
signals: Dict[str, Signal]
def __init__(self) -> None: