mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-22 04:01:32 +08:00
Add some normalizer tests about imports.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user