исправлено: убран неиспользуемый import requests из tests/test_integration.py

This commit is contained in:
deadzilla 2026-07-08 00:39:27 +05:00
parent 0fa467d40e
commit b21237b042

View File

@ -5,7 +5,6 @@
"""
import pytest
import requests
from unittest.mock import AsyncMock, MagicMock, patch