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 (#470)

* fix: make sure to import GenerateDisposableToken response class before exporting it in init file

* fix lint error
  • Loading branch information
anitarua authored Sep 25, 2024
1 parent 0f6973e commit e7ee744
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 GenerateDisposableToken, GenerateDisposableTokenResponse
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 e7ee744

Please sign in to comment.