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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/controllers/bookmark.py b/newspipe/controllers/bookmark.py
index 3c9dcce9..d708491a 100644
--- a/newspipe/controllers/bookmark.py
+++ b/newspipe/controllers/bookmark.py
@@ -1,6 +1,5 @@
import logging
import itertools
-from datetime import datetime, timedelta
from newspipe.bootstrap import db
from newspipe.models import Bookmark
bgstack15