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,9 +1,10 @@
"""Tests for banks API endpoints."""
from unittest.mock import patch
import httpx
import pytest
import respx
import httpx
from unittest.mock import patch
@pytest.mark.api