Skip to content

Commit afb8432

Browse files
committed
update packages
1 parent b0a215c commit afb8432

File tree

2 files changed

+133
-126
lines changed

2 files changed

+133
-126
lines changed

app/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
if __name__ == "__main__":
8-
granian.Granian(
8+
granian.Granian( # type: ignore[attr-defined]
99
target="app.application:application",
1010
address="0.0.0.0", # noqa: S104
1111
port=settings.app_port,

0 commit comments

Comments
 (0)