Skip to content

Commit f56f30c

Browse files
refactor: remove unused imports from test files
1 parent 839562e commit f56f30c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/tests/backend/test_app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
import pytest
1414
import sys
1515
import os
16-
from unittest.mock import Mock, AsyncMock, patch, MagicMock, NonCallableMock
17-
from types import ModuleType
16+
from unittest.mock import Mock, AsyncMock, patch, NonCallableMock
1817

1918
# Environment variables are set by conftest.py, but ensure they're available
2019
os.environ.setdefault("APPLICATIONINSIGHTS_CONNECTION_STRING", "InstrumentationKey=test-key-12345")

src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import unittest
1313
import sys
14-
from unittest.mock import Mock, MagicMock, NonCallableMock
14+
from unittest.mock import NonCallableMock
1515

1616
import pytest
1717

0 commit comments

Comments
 (0)