Skip to content

Commit 92849e4

Browse files
committed
test: fix linter error
1 parent 8061bd0 commit 92849e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/delphi_epidata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _request_with_retry(endpoint, params={}):
7272
"""Make request with a retry if an exception is thrown."""
7373
request_url = f"{Epidata.BASE_URL}/{endpoint}/"
7474
if Epidata.debug:
75-
Epidata.logger.info("Sending GET request", url=request_url, params=params, headers=_HEADERS, auth=Epidata.auth) # introduce a very long line comment
75+
Epidata.logger.info("Sending GET request", url=request_url, params=params, headers=_HEADERS, auth=Epidata.auth)
7676
if Epidata.sandbox:
7777
resp = requests.Response()
7878
resp._content = b'true'

0 commit comments

Comments
 (0)