Skip to content

Commit 62157ee

Browse files
committed
isort
1 parent 0616731 commit 62157ee

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/url_collector/test_feed_helpers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
from pathlib import Path
21
from unittest import TestCase
3-
from unittest.mock import Mock, patch
4-
5-
from welearn_database.data.models import Corpus
62

73
from welearn_datastack.collectors.helpers.feed_helpers import (
84
lines_to_url,
95
remove_illegal_character,
106
)
11-
from welearn_datastack.collectors.rss_collector import RssURLCollector
127

138

149
class TestFeedHelpers(TestCase):

0 commit comments

Comments
 (0)