Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djstrong committed Jan 10, 2025
1 parent fc7df35 commit 5f0d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def seed_all(seed: int | str):
ScrambleCollectionTokens,
CollectionCategory,
FetchCollectionMembersRequest,
GetCollectionByIdRequest,
)

from collection_models import (
Expand All @@ -118,6 +117,7 @@ def seed_all(seed: int | str):
CollectionsContainingNameResponse,
CollectionCountByStringRequest,
Collection as CollectionModel,
GetCollectionByIdRequest,
)


Expand Down

0 comments on commit 5f0d47a

Please sign in to comment.