chore(tests): remove unused pytest import in retry tests

This commit is contained in:
2026-04-18 14:44:41 -04:00
parent b57e93f1bf
commit b9c0d0efbf
@@ -7,8 +7,6 @@ full Celery + DB environment.
from types import SimpleNamespace from types import SimpleNamespace
from unittest.mock import AsyncMock from unittest.mock import AsyncMock
import pytest
from app.tasks import downloads as downloads_module from app.tasks import downloads as downloads_module
from app.tasks.downloads import _execute_download_with_retry from app.tasks.downloads import _execute_download_with_retry