#19943: fix typo noticed by Jakub Wilk.
This commit is contained in:
parent
b5c4fd0a96
commit
d082b68786
|
@ -32,7 +32,7 @@ def traverse_imports(names):
|
|||
elif node.type == syms.dotted_as_names:
|
||||
pending.extend(node.children[::-2])
|
||||
else:
|
||||
raise AssertionError("unkown node type")
|
||||
raise AssertionError("unknown node type")
|
||||
|
||||
|
||||
class FixImport(fixer_base.BaseFix):
|
||||
|
|
Loading…
Reference in New Issue