Skip to content

Commit c44daf2

Browse files
Copilotnolan1999
andcommitted
Fix import organization in test_job_tracking.py for mypy compliance
Co-authored-by: nolan1999 <54246789+nolan1999@users.noreply.github.com>
1 parent abf54c1 commit c44daf2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/unit/crud/test_job_tracking.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
"""Tests for job_tracking module."""
22

3+
from unittest.mock import MagicMock, patch
4+
35
import pytest
4-
from unittest.mock import patch, MagicMock
56

6-
from workerfacing_api.exceptions import JobDeletedException
77
from workerfacing_api.crud.job_tracking import update_job
8+
from workerfacing_api.exceptions import JobDeletedException
89
from workerfacing_api.schemas.rds_models import JobStates
910

1011

0 commit comments

Comments
 (0)