aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/views/bookmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/views/bookmark.py')
-rw-r--r--newspipe/web/views/bookmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/web/views/bookmark.py b/newspipe/web/views/bookmark.py
index 9cdfc31e..1d07f7e8 100644
--- a/newspipe/web/views/bookmark.py
+++ b/newspipe/web/views/bookmark.py
@@ -35,7 +35,7 @@ from flask import (
redirect,
render_template,
request,
- url_for
+ url_for,
)
from flask_babel import gettext
from flask_login import current_user, login_required
bgstack15