Skip to content

Commit 1fd8d0b

Browse files
committed
chore: fix lint
1 parent d95cdd7 commit 1fd8d0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/corva/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Api:
1616
Api wraps the Python `requests` library and adds automatic authorization,
1717
convenient URL usage and reasonable timeouts to API requests.
1818
"""
19-
19+
2020
TIMEOUT_LIMITS = (3, 30) # seconds
2121

2222
def __init__(

0 commit comments

Comments
 (0)