Skip to content

Commit

Permalink
Fix broken stub generation
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Apr 4, 2024
1 parent e03c9d7 commit 10b25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/stub_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def indent(src: list[str]) -> list[str]:
return src

stub = [
"# noinspection SpellCheckingInspection"
"# noinspection SpellCheckingInspection",
f"class {self.name}:"
]

Expand Down

0 comments on commit 10b25eb

Please sign in to comment.