diff options
Diffstat (limited to 'services/news-collector/tests/test_truth_social.py')
| -rw-r--r-- | services/news-collector/tests/test_truth_social.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/news-collector/tests/test_truth_social.py b/services/news-collector/tests/test_truth_social.py index 91ddb9d..52f1e46 100644 --- a/services/news-collector/tests/test_truth_social.py +++ b/services/news-collector/tests/test_truth_social.py @@ -1,7 +1,8 @@ """Tests for Truth Social collector.""" -import pytest from unittest.mock import AsyncMock, patch + +import pytest from news_collector.collectors.truth_social import TruthSocialCollector |
