aboutsummaryrefslogtreecommitdiff
path: root/newspipe/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/notifications')
-rw-r--r--newspipe/notifications/notifications.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/newspipe/notifications/notifications.py b/newspipe/notifications/notifications.py
index 547ad216..2e7ec399 100644
--- a/newspipe/notifications/notifications.py
+++ b/newspipe/notifications/notifications.py
@@ -20,6 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import datetime
+
from flask import render_template
from newspipe.bootstrap import application
bgstack15