mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 18:17:07 +08:00
Revert changes to test/completion and test/static_analysis except for 2.6 comment removal
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