chore: fix bad import

This commit is contained in:
Matthias
2024-11-12 06:30:55 +01:00
parent 3cc97690a4
commit 9b3764212f

View File

@@ -2,7 +2,6 @@ from datetime import datetime, timezone
from unittest.mock import MagicMock, PropertyMock from unittest.mock import MagicMock, PropertyMock
import pytest import pytest
from fastapi import params
from tests.conftest import EXMS, get_mock_coro, get_patched_exchange from tests.conftest import EXMS, get_mock_coro, get_patched_exchange