mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Remove redundant parentheses
This commit is contained in:
@@ -154,7 +154,7 @@ foo[1]
|
||||
# In class
|
||||
# -----------------
|
||||
|
||||
class X():
|
||||
class X:
|
||||
def __init__(self, bar):
|
||||
self.bar = bar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user