Skip to content

Commit

Permalink
fix: make sure to import GenerateDisposableToken response class befor…
Browse files Browse the repository at this point in the history
…e exporting it in init file
  • Loading branch information
anitarua committed Sep 25, 2024
1 parent 0f6973e commit b3d4a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/momento/responses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from momento.responses.control.cache.flush import CacheFlush, CacheFlushResponse

from .auth.generate_disposable_token import GenerateDisposableTokenResponse
from .auth.generate_disposable_token import GenerateDisposableTokenResponse, GenerateDisposableToken
from .control.cache.create import CreateCache, CreateCacheResponse
from .control.cache.delete import DeleteCache, DeleteCacheResponse
from .control.cache.list import ListCaches, ListCachesResponse
Expand Down

0 comments on commit b3d4a54

Please sign in to comment.