Skip to content

Commit

Permalink
Revert "add tanzanian publishers"
Browse files Browse the repository at this point in the history
This reverts commit cc6b75e.
  • Loading branch information
addie9800 committed Dec 23, 2024
1 parent cc6b75e commit 6e017d2
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 192 deletions.
2 changes: 0 additions & 2 deletions src/fundus/publishers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from fundus.publishers.na import NA
from fundus.publishers.no import NO
from fundus.publishers.tr import TR
from fundus.publishers.tz import TZ
from fundus.publishers.uk import UK
from fundus.publishers.us import US

Expand Down Expand Up @@ -69,5 +68,4 @@ class PublisherCollection(metaclass=PublisherCollectionMeta):
no = NO
ca = CA
es = ES
tz = TZ
jp = JP
3 changes: 1 addition & 2 deletions src/fundus/publishers/shared/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__all__ = ["EuronewsParser", "DailyNewsTZParser"]
__all__ = ["EuronewsParser"]

from .daily_news_tz import DailyNewsTZParser
from .euronews import EuronewsParser
37 changes: 0 additions & 37 deletions src/fundus/publishers/shared/daily_news_tz.py

This file was deleted.

32 changes: 0 additions & 32 deletions src/fundus/publishers/tz/__init__.py

This file was deleted.

79 changes: 0 additions & 79 deletions tests/resources/parser/test_data/tz/DailyNewsTZ.json

This file was deleted.

Binary file not shown.
30 changes: 0 additions & 30 deletions tests/resources/parser/test_data/tz/HabariLeo.json

This file was deleted.

Binary file not shown.
10 changes: 0 additions & 10 deletions tests/resources/parser/test_data/tz/meta.info

This file was deleted.

0 comments on commit 6e017d2

Please sign in to comment.