Skip to content

Commit cda7c60

Browse files
committed
Remove whitespace. We should probably add pre-commit in the future
1 parent 742fd46 commit cda7c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
n += 1
3636
print(f"Page {n}")
3737
response = requests.get(url, headers=headers)
38-
38+
3939
if response.status_code != 200:
4040
raise Exception(f"Error {response.status_code}: {response.text}")
41-
41+
4242
data = response.json()
4343
res0 += data["results"]
4444

0 commit comments

Comments
 (0)