mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Closes #46
Add a TRY to the bunch of items that use handleChildren as a "callback" for lack of a better word in my sleep-deprived condition.
This commit is contained in:
parent
2249538ba8
commit
df9d60ff73
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ class Checker(object):
|
||||||
|
|
||||||
# "expr" type nodes
|
# "expr" type nodes
|
||||||
BOOLOP = BINOP = UNARYOP = IFEXP = DICT = SET = YIELD = COMPARE = \
|
BOOLOP = BINOP = UNARYOP = IFEXP = DICT = SET = YIELD = COMPARE = \
|
||||||
CALL = REPR = ATTRIBUTE = SUBSCRIPT = LIST = TUPLE = handleChildren
|
CALL = REPR = ATTRIBUTE = SUBSCRIPT = LIST = TUPLE = TRY = handleChildren
|
||||||
|
|
||||||
NUM = STR = ELLIPSIS = ignore
|
NUM = STR = ELLIPSIS = ignore
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue