Skip to content

Commit 66b384b

Browse files
committed
lint
1 parent 171c023 commit 66b384b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ def _copy_stubs(self):
148148
src_file = pjoin(root, file)
149149
dest_file = pjoin(dest_dir, file)
150150
shutil.copy2(src_file, dest_file)
151-
print(
152-
f" Copied {file} to {os.path.relpath(dest_file, build_lib)}")
153151

154152
# adapted from cmake_build_ext in dynd-python
155153
# github.com/libdynd/dynd-python

0 commit comments

Comments
 (0)