Migrate to ruff

This commit is contained in:
2023-01-07 23:49:26 +01:00
parent b58b3b4e4c
commit 09130d7905
27 changed files with 605 additions and 348 deletions

View File

@@ -1,6 +1,5 @@
import httpx
response = httpx.get(
"http://localhost:8080/healthcheck",
)