From facf4079b482304199f44a6f04865d8aa1f1f819 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Sat, 22 Apr 2017 09:47:24 +0200 Subject: typing no longer needed, fix issue #117 (2.6 support) --- nodes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nodes.py') diff --git a/nodes.py b/nodes.py index 7f1cf88..75cefb6 100644 --- a/nodes.py +++ b/nodes.py @@ -2,8 +2,7 @@ from __future__ import print_function -import sys -if sys.version_info >= (3, 5, 2): +if False: # MYPY from typing import Dict, Any, Text # NOQA -- cgit v1.2.1