fix imports
This commit is contained in:
parent
bbbe574156
commit
77752d4592
@ -1,3 +1,2 @@
|
||||
|
||||
def test_app(app):
|
||||
assert app
|
||||
|
@ -1,4 +1,5 @@
|
||||
import click
|
||||
|
||||
import teufa.server
|
||||
|
||||
|
||||
|
@ -4,7 +4,6 @@ from .app import create_app
|
||||
|
||||
|
||||
class Application(gunicorn.app.base.BaseApplication):
|
||||
|
||||
def __init__(self, options=None):
|
||||
self.options = options or {}
|
||||
super().__init__()
|
||||
|
Loading…
x
Reference in New Issue
Block a user