We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f348cf7 commit 413cd81Copy full SHA for 413cd81
src/unstructured_client/utils/_human_utils.py
@@ -93,7 +93,7 @@ def wrapper(*args: _P.args, **kwargs: _P.kwargs) -> operations.PartitionResponse
93
return wrapper
94
95
96
-def log_retries(retry_count, sleep):
+def log_retries(retry_count: int, sleep: float):
97
"""Function for logging retries to give users visibility into requests."""
98
logging.basicConfig(level=logging.INFO, format='%(levelname)s: %(message)s', stream=sys.stdout)
99
logger = logging.getLogger('unstructured-client')
0 commit comments