Skip to content

Commit f65b445

Browse files
committed
Fixed code style suggestion in ci/apiv2/hashtopolis.py
1 parent 1a2b912 commit f65b445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/apiv2/hashtopolis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ def _helper_get_request_file(self, helper_uri, payload, range=None):
827827

828828
logging.debug(f"Sending GET request to {uri}, with params:{payload}")
829829
r = requests.get(uri, headers=headers, params=payload)
830-
if range == None:
830+
if range is None:
831831
assert r.status_code == 200
832832
else:
833833
assert r.status_code == 206

0 commit comments

Comments
 (0)