Merge pull request #913 from moonstream-to/fix-del-moonstream-client

Removed moonstream client unused import
pull/914/head
Andrey Dolgolev 2023-08-30 16:38:24 +03:00 zatwierdzone przez GitHub
commit ae4de8831c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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