Skip to content

Commit be50b13

Browse files
committed
noqa for print
1 parent fd0964f commit be50b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/reactpy/scripts/copy_js_output.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
source_dir = Path(__file__).parent.parent.parent.parent / "js" / "app" / "dist"
66
rmtree(output_dir, ignore_errors=True)
77
copytree(source_dir, output_dir)
8-
print("JavaScript output copied to reactpy/_static")
8+
print("JavaScript output copied to reactpy/_static") # noqa: T201

0 commit comments

Comments
 (0)