Skip to content

Commit

Permalink
Reformatted files with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
n0nuser committed Feb 20, 2022
1 parent 57a8c11 commit a253442
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion monitor-agent/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@ def periodic():

def start():
"""Launched with `poetry run start` at root level"""
uvicorn.run("monitor-agent.main:api", host=settings.host, port=settings.port, reload=settings.reload)
uvicorn.run(
"monitor-agent.main:api",
host=settings.host,
port=settings.port,
reload=settings.reload,
)

0 comments on commit a253442

Please sign in to comment.