Skip to content

Commit

Permalink
Clean up pytest imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Apr 11, 2024
1 parent 14096aa commit b2dda94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/core/celery/tasks/test_collection_delete.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from _pytest.logging import LogCaptureFixture
from pytest import LogCaptureFixture
from sqlalchemy import select
from sqlalchemy.orm import sessionmaker

Expand Down
2 changes: 1 addition & 1 deletion tests/core/celery/test_task.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from unittest.mock import MagicMock, patch

from _pytest.logging import LogCaptureFixture
from pytest import LogCaptureFixture
from sqlalchemy.pool import NullPool

from core.celery.task import Task
Expand Down

0 comments on commit b2dda94

Please sign in to comment.