Commit 0a3774ff authored by Stefan Behnel's avatar Stefan Behnel

Remove accidental test dependency on "typing" module, which is missing in Py2.

parent d3787b7b
...@@ -98,7 +98,7 @@ from sys import * ...@@ -98,7 +98,7 @@ from sys import *
# different import patterns to check that __annotations__ does not interfere # different import patterns to check that __annotations__ does not interfere
# with import machinery # with import machinery
#import test.ann_module as ann_module #import test.ann_module as ann_module
import typing #import typing
from collections import ChainMap from collections import ChainMap
#from test import ann_module2 #from test import ann_module2
#import test #import test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment