Skip to content

Commit

Permalink
noqa for print
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Nov 3, 2024
1 parent fd0964f commit be50b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/reactpy/scripts/copy_js_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
source_dir = Path(__file__).parent.parent.parent.parent / "js" / "app" / "dist"
rmtree(output_dir, ignore_errors=True)
copytree(source_dir, output_dir)
print("JavaScript output copied to reactpy/_static")
print("JavaScript output copied to reactpy/_static") # noqa: T201

0 comments on commit be50b13

Please sign in to comment.