From 5f0d47afcf393439f9c16331d89750be248507f2 Mon Sep 17 00:00:00 2001 From: djstrong Date: Fri, 10 Jan 2025 15:56:00 +0100 Subject: [PATCH] fix --- web_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_api.py b/web_api.py index 3181160c..a8fb0fab 100644 --- a/web_api.py +++ b/web_api.py @@ -105,7 +105,6 @@ def seed_all(seed: int | str): ScrambleCollectionTokens, CollectionCategory, FetchCollectionMembersRequest, - GetCollectionByIdRequest, ) from collection_models import ( @@ -118,6 +117,7 @@ def seed_all(seed: int | str): CollectionsContainingNameResponse, CollectionCountByStringRequest, Collection as CollectionModel, + GetCollectionByIdRequest, )