ci: update type packages
This commit is contained in:
parent
0ab9fdebc5
commit
f92e713e98
3 changed files with 4 additions and 3 deletions
|
@ -19,7 +19,7 @@ app.wsgi_app = DispatcherMiddleware(app.wsgi_app, { # type: ignore[assignment]
|
|||
'/metrics': make_wsgi_app()
|
||||
})
|
||||
|
||||
db.init_app(app)
|
||||
db.init_app(app) # type: ignore[no-untyped-call]
|
||||
migrate.init_app(app, db, render_as_batch=True)
|
||||
bootstrap.init_app(app)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue