We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a215c commit afb8432Copy full SHA for afb8432
app/__main__.py
@@ -5,7 +5,7 @@
5
6
7
if __name__ == "__main__":
8
- granian.Granian(
+ granian.Granian( # type: ignore[attr-defined]
9
target="app.application:application",
10
address="0.0.0.0", # noqa: S104
11
port=settings.app_port,
0 commit comments