Migrate to ruff

This commit is contained in:
2023-01-08 00:01:53 +01:00
parent d2d4c85737
commit db82fc6951
12 changed files with 450 additions and 87 deletions

View File

@@ -2,7 +2,6 @@ import os
import httpx
response = httpx.get(
"http://localhost:8080/healthcheck",
headers={"Authorization": os.environ["API_KEY"]},