mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Fix errors found by pychecker
This commit is contained in:
parent
e588c2ba97
commit
6aaccc6b55
5 changed files with 11 additions and 8 deletions
|
@ -729,8 +729,6 @@ class Transformer:
|
|||
|
||||
def atom(self, nodelist):
|
||||
return self._atom_dispatch[nodelist[0][0]](nodelist)
|
||||
n.lineno = nodelist[0][2]
|
||||
return n
|
||||
|
||||
def atom_lpar(self, nodelist):
|
||||
if nodelist[1][0] == token.RPAR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue