Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2025
1 parent 5266076 commit 3ff4ef5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
from pathlib import Path

import requests

from conda_store_server import api
from conda_store_server._internal import schema
from conda_store_server.server import schema as auth_schema
from conda_store_server._internal.server.dependencies import get_conda_store
from conda_store_server.server import schema as auth_schema
from conda_store_server.server.auth import GenericOAuthAuthentication
from conda_store_server.storage import S3Storage

Expand Down

0 comments on commit 3ff4ef5

Please sign in to comment.