mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Remove redundant parentheses
This commit is contained in:
@@ -44,7 +44,7 @@ except (TypeError, NotImplementedError): pass
|
||||
# -----------------
|
||||
try:
|
||||
str.not_existing
|
||||
except ((AttributeError)): pass
|
||||
except (AttributeError): pass
|
||||
try:
|
||||
#! 4 attribute-error
|
||||
str.not_existing
|
||||
|
||||
Reference in New Issue
Block a user