Commit d082b687 authored by Ezio Melotti's avatar Ezio Melotti

#19943: fix typo noticed by Jakub Wilk.

parent b5c4fd0a
......@@ -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):
......
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