aboutsummaryrefslogtreecommitdiff
path: root/newspipe/notifications/notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/notifications/notifications.py')
-rw-r--r--newspipe/notifications/notifications.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/newspipe/notifications/notifications.py b/newspipe/notifications/notifications.py
index 10eb85a5..2c4db222 100644
--- a/newspipe/notifications/notifications.py
+++ b/newspipe/notifications/notifications.py
@@ -1,6 +1,4 @@
#! /usr/bin/env python
-# -*- coding: utf-8 -*-
-
# Newspipe - A web news aggregator.
# Copyright (C) 2010-2022 Cédric Bonhomme - https://www.cedricbonhomme.org
#
@@ -18,7 +16,6 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
import datetime
from flask import render_template
bgstack15