mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Remove redundant parentheses
This commit is contained in:
@@ -7,7 +7,7 @@ from parso.python import tree
|
||||
import pytest
|
||||
|
||||
|
||||
class TestCallAndName():
|
||||
class TestCallAndName:
|
||||
def get_call(self, source):
|
||||
# Get the simple_stmt and then the first one.
|
||||
node = parse(source).children[0]
|
||||
|
||||
Reference in New Issue
Block a user