Skip to content

Commit

Permalink
Remove unnecessary comment line (#13793)
Browse files Browse the repository at this point in the history
Signed-off-by: jinzewu <294843472@qq.com>
  • Loading branch information
GoGim1 committed Oct 3, 2022
1 parent 34f5cec commit c5db2b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypyc/codegen/emitmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ def compile_modules_to_c(
compiler_options: The compilation options
errors: Where to report any errors encountered
groups: The groups that we are compiling. See documentation of Groups type above.
ops: Optionally, where to dump stringified ops for debugging.
Returns the IR of the modules and a list containing the generated files for each group.
"""
Expand Down

0 comments on commit c5db2b6

Please sign in to comment.