summaryrefslogtreecommitdiffstats
path: root/events.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--events.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/events.py b/events.py
index a570a0d..42af96c 100644
--- a/events.py
+++ b/events.py
@@ -1,8 +1,10 @@
-# coding: utf-8
+
+from __future__ import annotations
# Abstract classes.
-from typing import Any, Dict, Optional, List # NOQA
+if False: # MYPY
+ from typing import Any, Dict, Optional, List # NOQA
from ruamel.yaml.tag import Tag
SHOW_LINES = False