Skip to content

Commit

Permalink
[sudiptob2#32] fix: add two spaces after inline comment, suggested by…
Browse files Browse the repository at this point in the history
… flake8
  • Loading branch information
kmartin62 committed Oct 3, 2022
1 parent cd1f3f1 commit 7d28f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leeteasy/services/request_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_challenge_info(cls) -> Union[dict, None]:
"""Gets daily challenge info from leetcode API."""
url = Constant.LEETCODE_API_ENDPOINT
query = Constant.DAILY_CODING_CHALLENGE_QUERY
max_retries = Constant.HTTP_CALL_RETRIES # Change HTTP_CALL_RETRIES for more retries
max_retries = Constant.HTTP_CALL_RETRIES # Change HTTP_CALL_RETRIES for more retries

for i in range(max_retries):
try:
Expand Down

0 comments on commit 7d28f02

Please sign in to comment.