Migrate to ruff

This commit is contained in:
2023-01-07 22:44:29 +01:00
parent 0cd3ae6c03
commit 1079de76a5
5 changed files with 543 additions and 371 deletions

View File

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