Skip to content

Commit

Permalink
Python: Update class parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
tausbn committed Oct 21, 2024
1 parent 1cd04c9 commit 9803bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/extractor/tests/parser/class.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
class Foo(int, object, metaclass=type):
class Foo(int, object, metaclass=type, **kwargs):
x = 5

0 comments on commit 9803bbd

Please sign in to comment.