aboutsummaryrefslogtreecommitdiff
path: root/newspipe/controllers/bookmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/controllers/bookmark.py')
-rw-r--r--newspipe/controllers/bookmark.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/newspipe/controllers/bookmark.py b/newspipe/controllers/bookmark.py
index 41a59a56..be67614d 100644
--- a/newspipe/controllers/bookmark.py
+++ b/newspipe/controllers/bookmark.py
@@ -1,7 +1,5 @@
-import itertools
import logging
-from newspipe.bootstrap import db
from newspipe.models import Bookmark
from .abstract import AbstractController
bgstack15