Skip to content

Commit b48aea9

Browse files
committed
Minor edit
1 parent 26fedcc commit b48aea9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shiny/ui/_include_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def maybe_copy_files(path: Path | str, include_files: bool) -> tuple[str, str]:
231231

232232
if include_files:
233233
shutil.copytree(os.path.dirname(path), tmpdir)
234-
235234
else:
236235
os.makedirs(tmpdir, exist_ok=True)
237236
shutil.copy(path, path_dest)

0 commit comments

Comments
 (0)