Skip to content

Commit 171c023

Browse files
committed
lint
1 parent 00047e4 commit 171c023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ 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(f" Copied {file} to {os.path.relpath(dest_file, build_lib)}")
152-
151+
print(
152+
f" Copied {file} to {os.path.relpath(dest_file, build_lib)}")
153153

154154
# adapted from cmake_build_ext in dynd-python
155155
# github.com/libdynd/dynd-python

0 commit comments

Comments
 (0)