Skip to content

Commit

Permalink
Optimize import statements in admin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasibshaikh authored and Hasibshaikh committed Mar 4, 2024
1 parent 3644808 commit c6e0d6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions librarian_server/api/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
AdminCreateFileResponse,
AdminRequestFailedResponse,
AdminVerifyFileRequest,
get_md5_from_path,
get_size_from_path,
)
from hera_librarian.utils import get_md5_from_path, get_size_from_path

from ..database import yield_session
from ..orm import File, Instance, StoreMetadata
Expand Down

0 comments on commit c6e0d6c

Please sign in to comment.