aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/views/api/v2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/views/api/v2/__init__.py')
-rw-r--r--newspipe/web/views/api/v2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/web/views/api/v2/__init__.py b/newspipe/web/views/api/v2/__init__.py
index d367da20..042b7255 100644
--- a/newspipe/web/views/api/v2/__init__.py
+++ b/newspipe/web/views/api/v2/__init__.py
@@ -1,3 +1,3 @@
-from newspipe.web.views.api.v2 import article, feed, category
+from newspipe.web.views.api.v2 import article, category, feed
__all__ = ["article", "feed", "category"]
bgstack15