mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 12:32:18 +00:00
chore: Sort imports, fix deprecated pydantic option.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user