fix imports

This commit is contained in:
Brian Rosner 2024-05-17 22:08:07 -06:00
parent bbbe574156
commit 77752d4592
3 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
def test_app(app):
assert app

View File

@ -1,4 +1,5 @@
import click
import teufa.server

View File

@ -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__()