Skip to content

Commit

Permalink
Fix isort sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibazulic committed Mar 13, 2024
1 parent 11bdf19 commit 5f0a08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/v2/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
)
from endpoints.decorators import (
anon_protect,
check_pushes_disabled,
check_readonly,
disallow_for_account_recovery_mode,
inject_registry_model,
parse_repository_name,
check_pushes_disabled,
)

from endpoints.metrics import image_pulls, image_pushes
Expand Down

0 comments on commit 5f0a08e

Please sign in to comment.