mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 05:34:51 +08:00
Remove object inheritance
This commit is contained in:
@@ -38,7 +38,7 @@ def _check_error_leaves_nodes(node):
|
||||
return None
|
||||
|
||||
|
||||
class Differ(object):
|
||||
class Differ:
|
||||
grammar = load_grammar()
|
||||
|
||||
def initialize(self, code):
|
||||
|
||||
Reference in New Issue
Block a user