We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9860869 commit fce88b4Copy full SHA for fce88b4
app/__main__.py
@@ -6,7 +6,7 @@
6
7
8
if __name__ == "__main__":
9
- granian.Granian( # type: ignore[attr-defined]
+ granian.Granian(
10
target="app.application:build_app",
11
factory=True,
12
address=settings.app_host,
0 commit comments