Skip to content

Commit

Permalink
Update get_conda_store import
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla committed Dec 17, 2024
1 parent 887a3f3 commit 195789d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import requests
from conda_store_server import api
from conda_store_server._internal import schema
from conda_store_server._internal.server.dependencies import get_conda_store
from conda_store_server.server.auth import GenericOAuthAuthentication
from conda_store_server.server.dependencies import get_conda_store
from conda_store_server.storage import S3Storage


Expand Down

0 comments on commit 195789d

Please sign in to comment.