mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-01 09:43:21 +08:00
Remove redundant parentheses
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Base():
|
||||
class Base:
|
||||
myfoobar = 3
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ myfoobar
|
||||
# Inheritance
|
||||
# -----------------
|
||||
|
||||
class Super():
|
||||
class Super:
|
||||
enabled = True
|
||||
if enabled:
|
||||
yo_dude = 4
|
||||
|
||||
Reference in New Issue
Block a user