diff --git a/codegen/stub_generator.py b/codegen/stub_generator.py index 7043ff5..10abd6b 100644 --- a/codegen/stub_generator.py +++ b/codegen/stub_generator.py @@ -86,7 +86,7 @@ def indent(src: list[str]) -> list[str]: return src stub = [ - "# noinspection SpellCheckingInspection" + "# noinspection SpellCheckingInspection", f"class {self.name}:" ]