Skip to content

Commit

Permalink
Update ted_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Feb 19, 2024
1 parent 33333d2 commit 4fc9c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ted_sws/notice_fetcher/adapters/ted_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import requests

from ted_sws import config
from ted_sws.event_manager.services.log import log_warning, log_error
from ted_sws.event_manager.services.log import log_error
from ted_sws.notice_fetcher.adapters.ted_api_abc import TedAPIAdapterABC, RequestAPI

DOCUMENTS_PER_PAGE = 100
Expand Down

0 comments on commit 4fc9c85

Please sign in to comment.