Skip to content

Commit 61ee1fd

Browse files
committed
fix: isort errors
1 parent d3dca0b commit 61ee1fd

6 files changed

Lines changed: 5 additions & 3 deletions

File tree

tests/integration/test_cli_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
CLI_COMPONENTS_AVAILABLE = False
1717
try:
1818
from prompt_ops.core.migrator import PromptMigrator
19-
2019
from prompt_ops.interfaces.cli import cli
2120

2221
CLI_COMPONENTS_AVAILABLE = True

tests/unit/test_datasets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from unittest.mock import MagicMock
55

66
import pytest
7+
78
from prompt_ops.core.datasets import (
89
ConfigurableJSONAdapter,
910
DatasetAdapter,

tests/unit/test_logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from unittest.mock import mock_open, patch
66

77
import pytest
8+
89
from prompt_ops.core.utils.logging import LoggingManager, get_logger
910

1011

tests/unit/test_migrator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
# Import after patching
1313
from prompt_ops.core.migrator import PromptMigrator
1414

15-
from prompt_ops.core.utils.format_utils import convert_json_to_yaml
16-
1715
from prompt_ops.core.utils import json_to_yaml_file
16+
from prompt_ops.core.utils.format_utils import convert_json_to_yaml
1817

1918

2019
@pytest.fixture

tests/unit/test_preopt_summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from unittest.mock import Mock, patch
1212

1313
import pytest
14+
1415
from prompt_ops.core.utils.telemetry import PreOptimizationSummary
1516

1617

tests/unit/test_summary_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from unittest.mock import MagicMock
88

99
import pytest
10+
1011
from prompt_ops.core.utils.summary_utils import (
1112
create_and_display_summary,
1213
create_pre_optimization_summary,

0 commit comments

Comments
 (0)