aboutsummaryrefslogtreecommitdiff
path: root/newspipe/controllers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/controllers/__init__.py')
-rw-r--r--newspipe/controllers/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/controllers/__init__.py b/newspipe/controllers/__init__.py
index 9b193cc5..6769aa32 100644
--- a/newspipe/controllers/__init__.py
+++ b/newspipe/controllers/__init__.py
@@ -1,5 +1,5 @@
from .feed import FeedController
-from .category import CategoryController
+from .category import CategoryController # noreorder
from .article import ArticleController
from .user import UserController
from .icon import IconController
bgstack15