Skip to content
Snippets Groups Projects
Verified Commit 4cd69dc7 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed

parent 910f8f75
No related branches found
No related tags found
2 merge requests!79Release 0.10.0,!75F http proxy
Pipeline #30124 failed
......@@ -75,7 +75,7 @@ class _WrappedHTTPResponse(CaosDBHTTPResponse):
return self.response.status_code
def read(self, size=None):
if size=None or size = 0:
if size is None or size = 0:
result = b''
for chunk in self.response.iter_content(chunk_size=1024):
result = result + chunk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment