Skip to content

Commit

Permalink
remove old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muream committed May 25, 2021
1 parent d57e221 commit b7ee077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_typing_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

module = pybind11_stubgen.ModuleStubsGenerator("cmdc")

module.parse() # this throws a bunch of warning and then freezes after some point.
module.parse()

with open("build/cmdc.pyi", "w") as handle:
handle.write("\n".join(module.to_lines()))

0 comments on commit b7ee077

Please sign in to comment.