diff --git a/python/extractor/tests/parser/class.py b/python/extractor/tests/parser/class.py index d1d4694fb3f2..ffaefbcb5dac 100644 --- a/python/extractor/tests/parser/class.py +++ b/python/extractor/tests/parser/class.py @@ -1,2 +1,2 @@ -class Foo(int, object, metaclass=type): +class Foo(int, object, metaclass=type, **kwargs): x = 5