forked from VimPlug/jedi
Remove redundant parentheses
This commit is contained in:
@@ -78,7 +78,7 @@ def isinstance_func(arr):
|
||||
# Names with multiple indices.
|
||||
# -----------------
|
||||
|
||||
class Test():
|
||||
class Test:
|
||||
def __init__(self, testing):
|
||||
if isinstance(testing, str):
|
||||
self.testing = testing
|
||||
|
||||
Reference in New Issue
Block a user