From 05e29a46d82db62c5e4c53998d34eba7c3fd5eef Mon Sep 17 00:00:00 2001 From: Anita Ruangrotsakun <138700973+anitarua@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:41:52 -0700 Subject: [PATCH] Update examples/py310/doc-examples-python-apis.py Co-authored-by: Michael Landis --- examples/py310/doc-examples-python-apis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/py310/doc-examples-python-apis.py b/examples/py310/doc-examples-python-apis.py index 4c310006..7dc4581a 100644 --- a/examples/py310/doc-examples-python-apis.py +++ b/examples/py310/doc-examples-python-apis.py @@ -23,7 +23,7 @@ TopicSubscriptionItem, ) from momento.responses.auth.generate_disposable_token import GenerateDisposableToken -from momento.utilities.expiration import ExpiresIn +from momento.utilities import ExpiresIn def example_API_CredentialProviderFromEnvVar():