Skip to content

Commit ad516a6

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 52b73f4 commit ad516a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎distutils/command/build_scripts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def copy_scripts(self):
7575

7676
return outfiles, updated_files
7777

78-
def _copy_script(self, script, outfiles, updated_files): # noqa: C901
78+
def _copy_script(self, script, outfiles, updated_files):
7979
shebang_match = None
8080
script = convert_path(script)
8181
outfile = os.path.join(self.build_dir, os.path.basename(script))

0 commit comments

Comments
 (0)