mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 07:41:51 +08:00
Remove redundant parentheses
This commit is contained in:
@@ -60,7 +60,7 @@ default(x=1)
|
||||
# class arguments
|
||||
# -----------------
|
||||
|
||||
class Instance():
|
||||
class Instance:
|
||||
def __init__(self, foo):
|
||||
self.foo = foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user