Skip to content

Commit

Permalink
Silence one last pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Dec 2, 2023
1 parent 38fe0e0 commit 751f1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentcloud/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def upload_file(self, file):
else:
# text file's buffer is in binary mode
data = file.buffer
# pylint: disable=W3101
response = requests.put(presigned_url, data=data)
response.raise_for_status()
return self.client.patch(
Expand Down

0 comments on commit 751f1fc

Please sign in to comment.