mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 10:07:06 +08:00
Remove redundant parentheses
This commit is contained in:
@@ -157,7 +157,7 @@ a.real
|
||||
a.a
|
||||
|
||||
a = 3
|
||||
class a():
|
||||
class a:
|
||||
def __init__(self, a):
|
||||
self.a = a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user