Skip to content

Commit

Permalink
Cleanup: Use black
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Oct 13, 2023
1 parent 856751e commit 35632a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/aleph/vm/orchestrator/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ async def index(request: web.Request):


async def status_check_fastapi(request: web.Request):
retro_compatibility: bool = (
request.rel_url.query.get("retro-compatibility", "false") == "true"
)
retro_compatibility: bool = request.rel_url.query.get("retro-compatibility", "false") == "true"

async with aiohttp.ClientSession() as session:
result = {
Expand Down

0 comments on commit 35632a3

Please sign in to comment.