Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Sep 5, 2022
1 parent 9bbcf61 commit 1f64cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ def read_item(item_id: int, q: Union[str, None] = None):


def main() -> None:
import uvicorn # type: ignore
import uvicorn # type: ignore

uvicorn.run(app, settings.host, settings.port)

0 comments on commit 1f64cd3

Please sign in to comment.