Skip to content

Commit

Permalink
added type hinting to _API_TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Aug 30, 2023
1 parent c300ab6 commit 9d9c01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cript/api/api_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""

# Default maximum time in seconds for all API requests to wait for a response from the backend
_API_TIMEOUT = 25
_API_TIMEOUT: int = 25

0 comments on commit 9d9c01e

Please sign in to comment.