Skip to content

Commit

Permalink
style: add parameters to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
niek-mereu committed Jan 30, 2025
1 parent f8ec4bb commit d7a8352
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion osman/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def __init__(
timeout: int = 10,
max_retries: int = 1,
retry_on_timeout: bool = False,

):
"""
Init OsmanConfig.
Expand Down Expand Up @@ -150,6 +149,12 @@ def __init__(
init
aws_service: str
init
timeout: int
init
max_retries: int
init
retry_on_timeout: bool
init
"""
# non empty host_url takes precedence over auth_method
if host_url:
Expand Down

0 comments on commit d7a8352

Please sign in to comment.