From 9f747474d702628511c3ecc29a01c15ad478e1f1 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Wed, 30 Aug 2023 13:36:55 +0000 Subject: [PATCH] Removed moonstream client unused import --- moonstreamapi/moonstreamapi/admin/queries.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moonstreamapi/moonstreamapi/admin/queries.py b/moonstreamapi/moonstreamapi/admin/queries.py index b119abb0..b12cc875 100644 --- a/moonstreamapi/moonstreamapi/admin/queries.py +++ b/moonstreamapi/moonstreamapi/admin/queries.py @@ -6,7 +6,6 @@ from typing import Any, Dict from bugout.data import BugoutResources from bugout.exceptions import BugoutResponseException -from moonstream.client import Moonstream # type: ignore from sqlalchemy import text from ..actions import get_all_entries_from_search, name_normalization