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