mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Remove redundant parentheses
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Base(object):
|
||||
class Nested():
|
||||
class Nested:
|
||||
def foo():
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user