Skip to content

Commit

Permalink
now black
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed May 15, 2024
1 parent 86284da commit d80f84b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def get_one(maturity, use_cache):
await session.close()
else:
response = await amake_request(url=url)
if not response: # pylint: disable=E0606
if not response: # pylint: disable=E0606
raise RuntimeError("Error: No data was returned.")
if isinstance(response, List): # pylint: disable=E0606
for item in response:
Expand Down

0 comments on commit d80f84b

Please sign in to comment.