Add some normalizer tests about imports.

This commit is contained in:
Dave Halter
2017-06-05 23:29:25 +02:00
parent 3e95793756
commit c3d101f582
3 changed files with 65 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ assert type(res) is type((1, ))
assert type(res) is not type((1, ))
# Okay
#: E402
import types
if isinstance(res, int):