diff options
Diffstat (limited to 'runserver.py')
-rwxr-xr-x | runserver.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runserver.py b/runserver.py index 32e5e8e7..8da3ec1e 100755 --- a/runserver.py +++ b/runserver.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 # @@ -21,8 +19,8 @@ from flask import g from flask_restful import Api -from newspipe.bootstrap import application from newspipe import commands +from newspipe.bootstrap import application def register_commands(app): |