Skip to content

Commit

Permalink
Remove not needed imports
Browse files Browse the repository at this point in the history
NHUB-572
  • Loading branch information
eos87 committed Nov 13, 2024
1 parent 70dff63 commit b6c682f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion newsroom/news_api/news/filters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
import pprint
from quart_babel import gettext

from newsroom.search.utils import query_string
Expand Down
1 change: 0 additions & 1 deletion newsroom/news_api/news/search/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from superdesk.core.web import EndpointGroup
from superdesk.core.types import Request

from newsroom.news_api.api_tokens import auth
from ..search_service_async import NewsApiSearchServiceAsync

news_api_search_endpoints = EndpointGroup("news_api_search", __name__)
Expand Down

0 comments on commit b6c682f

Please sign in to comment.