mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
#19943: merge with 3.3.
This commit is contained in:
commit
20719ace97
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