Skip to content

Commit

Permalink
remove unused "type: ignore"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sehat1137 committed Dec 4, 2024
1 parent c4c3719 commit 0a3f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faststream/asgi/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async def run(
key: v
for key, v in run_extra_options.items()
if key in uvicorn_config_params
}, # type: ignore[arg-type]
},
)

server = uvicorn.Server(config)
Expand Down

0 comments on commit 0a3f9a8

Please sign in to comment.