summaryrefslogtreecommitdiff
path: root/comments.py
diff options
context:
space:
mode:
Diffstat (limited to 'comments.py')
-rw-r--r--comments.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/comments.py b/comments.py
index 6f6d3ee..307ec61 100644
--- a/comments.py
+++ b/comments.py
@@ -14,8 +14,7 @@ from collections import MutableSet, Sized, Set
from ruamel.yaml.compat import ordereddict, PY2
-import sys
-if sys.version_info >= (3, 5, 2):
+if False: # MYPY
from typing import Any, Dict, Optional, List, Union # NOQA
__all__ = ["CommentedSeq", "CommentedKeySeq",