Skip to content

Commit ae4367c

Browse files
committed
Format
1 parent 6be58e3 commit ae4367c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fetch_python_docs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
# -S: but show errors
3030
# -L: follow redirect
3131
# -f: fail fast on HTTP error
32-
subprocess.run(["curl", "-sSLf", url, "--output", outfile], cwd=HERE).check_returncode()
32+
subprocess.run(
33+
["curl", "-sSLf", url, "--output", outfile], cwd=HERE
34+
).check_returncode()
3335
assert outfile.is_file()
3436

3537
print(f"Extracting {outfile}")

0 commit comments

Comments
 (0)