You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/openint/_client.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,10 @@ def __init__(
102
102
) ->None:
103
103
"""Construct a new synchronous Openint client instance.
104
104
105
-
This automatically infers the `token` argument from the `OPENINT_API_KEY_OR_CUSTOMER_TOKEN_OR_CUSTOMER_API_KEY` environment variable if it is not provided.
105
+
This automatically infers the `token` argument from the `OPENINT_API_KEY` environment variable if it is not provided.
"""Construct a new async AsyncOpenint client instance.
1151
1151
1152
-
This automatically infers the `token` argument from the `OPENINT_API_KEY_OR_CUSTOMER_TOKEN_OR_CUSTOMER_API_KEY` environment variable if it is not provided.
1152
+
This automatically infers the `token` argument from the `OPENINT_API_KEY` environment variable if it is not provided.
0 commit comments