Skip to content

Commit 413cd81

Browse files
committed
type checking
1 parent f348cf7 commit 413cd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unstructured_client/utils/_human_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def wrapper(*args: _P.args, **kwargs: _P.kwargs) -> operations.PartitionResponse
9393
return wrapper
9494

9595

96-
def log_retries(retry_count, sleep):
96+
def log_retries(retry_count: int, sleep: float):
9797
"""Function for logging retries to give users visibility into requests."""
9898
logging.basicConfig(level=logging.INFO, format='%(levelname)s: %(message)s', stream=sys.stdout)
9999
logger = logging.getLogger('unstructured-client')

0 commit comments

Comments
 (0)