Skip to content

Commit 0912872

Browse files
committed
isort
1 parent 0150c0d commit 0912872

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fundus/publishers/tz/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from fundus.publishers.base_objects import Publisher, PublisherGroup
2-
from .daily_news_tz import DailyNewsTZParser
32
from fundus.scraping.filter import inverse, regex_filter
43
from fundus.scraping.url import NewsMap, RSSFeed, Sitemap
54

5+
from .daily_news_tz import DailyNewsTZParser
6+
67

78
class TZ(metaclass=PublisherGroup):
89
DailyNewsTZ = Publisher(

0 commit comments

Comments
 (0)