nix fmt
Some checks failed
checks-impure / test (pull_request) Successful in 30s
checks / test (pull_request) Failing after 2m21s

This commit is contained in:
2024-01-08 19:52:11 +01:00
parent 2aa7dbcf09
commit f5b7c38451

View File

@@ -9,10 +9,10 @@ import pytest
import uvicorn
from fastapi.testclient import TestClient
from openapi_client import ApiClient, Configuration
from ports import PortFunction
from clan_cli.webui.app import app
from ports import PortFunction
@pytest.fixture(scope="session")
def test_client() -> TestClient: