summaryrefslogtreecommitdiff
path: root/representer.py
diff options
context:
space:
mode:
Diffstat (limited to 'representer.py')
-rw-r--r--representer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/representer.py b/representer.py
index 464d505..8d20617 100644
--- a/representer.py
+++ b/representer.py
@@ -20,7 +20,7 @@ if PY3:
else:
import copy_reg as copyreg # type: ignore
-if sys.version_info >= (3, 5, 2):
+if False: # MYPY
from typing import Dict, List, Any, Union, Text # NOQA