mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Remove object inheritance
This commit is contained in:
@@ -8,7 +8,7 @@ from parso import parse
|
||||
from parso.python import tree
|
||||
|
||||
|
||||
class TestsFunctionAndLambdaParsing(object):
|
||||
class TestsFunctionAndLambdaParsing:
|
||||
|
||||
FIXTURES = [
|
||||
('def my_function(x, y, z) -> str:\n return x + y * z\n', {
|
||||
|
||||
Reference in New Issue
Block a user