Skip to content

Commit

Permalink
feat(api): update via SDK Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Apr 17, 2024
1 parent e3b9655 commit 43548b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "TEMP_riza-api"
version = "0.0.1-alpha.0"
description = "The official Python library for the Riza API"
description = "The official Python library for the riza API"
dynamic = ["readme"]
license = "Apache-2.0"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions src/riza/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
# part of our public interface in the future.
_strict_response_validation: bool = False,
) -> None:
"""Construct a new synchronous Riza client instance.
"""Construct a new synchronous riza client instance.
This automatically infers the `auth_token` argument from the `RIZA_AUTH_TOKEN` environment variable if it is not provided.
"""
Expand Down Expand Up @@ -244,7 +244,7 @@ def __init__(
# part of our public interface in the future.
_strict_response_validation: bool = False,
) -> None:
"""Construct a new async Riza client instance.
"""Construct a new async riza client instance.
This automatically infers the `auth_token` argument from the `RIZA_AUTH_TOKEN` environment variable if it is not provided.
"""
Expand Down

0 comments on commit 43548b9

Please sign in to comment.