mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#19943: fix typo noticed by Jakub Wilk.
This commit is contained in:
parent
b5c4fd0a96
commit
d082b68786
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue