Skip to content

Commit 5b14cad

Browse files
Cleanup
1 parent 28148ed commit 5b14cad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyperformance/data-files/benchmarks/bm_fastapi/run_benchmark.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def bench_fastapi(loops):
4949
s.listen(1)
5050
port = s.getsockname()[1]
5151

52-
# Setup server
5352
config = uvicorn.Config(app, host=HOST, port=port, log_level="error")
5453
server = uvicorn.Server(config)
5554

0 commit comments

Comments
 (0)