Skip to content

Commit 96f62b1

Browse files
committed
mypy
1 parent ebc5a1c commit 96f62b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modflow_devtools/programs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def download_archive(
836836
if github_token:
837837
headers["Authorization"] = f"token {github_token}"
838838

839-
response = requests.get(url, headers=headers, stream=True, timeout=30)
839+
response = requests.get(url, headers=headers, stream=True, timeout=30) # type: ignore
840840
response.raise_for_status()
841841

842842
# Write to temporary file first

0 commit comments

Comments
 (0)