chore: Sort imports, fix deprecated pydantic option.

This commit is contained in:
Elisiário Couto
2025-09-14 21:11:01 +01:00
parent 5ae3a51d81
commit 2467cb2f5a
35 changed files with 95 additions and 74 deletions

View File

@@ -1,10 +1,11 @@
"""Pytest configuration and shared fixtures."""
import pytest
import tempfile
import json
import tempfile
from pathlib import Path
from unittest.mock import patch
import pytest
from fastapi.testclient import TestClient
from leggen.commands.server import create_app