Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Dec 4, 2024
1 parent 3e127ed commit 05085fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/fastcs/transport/rest/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ async def run(self, options: RestServerOptions | None):
)
)
await self._serv.serve()
# uvicorn.run(
# self._app,
# host=options.host,
# port=options.port,
# log_level=options.log_level,
# )


def _put_request_body(attribute: AttrW[T]):
Expand Down

0 comments on commit 05085fc

Please sign in to comment.