Skip to content

Commit 6e85f7a

Browse files
yunlongwenqwencoder
andcommitted
fix: 添加导入块之间的空行
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 406bbca commit 6e85f7a

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

tests/integration/test_langgraph_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Tests for LangGraph workflow integration"""
22

33
import pytest
4+
45
from agently.orchestrator.langgraph_workflow import (
56
LangGraphWorkflow,
67
WorkflowState,

tests/unit/cli/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""Tests for CLI"""
22

3-
from agently.cli.main import cli
43
from click.testing import CliRunner
54

5+
from agently.cli.main import cli
6+
67

78
class TestCLI:
89
"""Test CLI commands"""

tests/unit/cli/test_logo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
from unittest.mock import patch
44

5+
from click.testing import CliRunner
6+
57
from agently.cli.logo import LogoRenderer
68
from agently.cli.main import cli
7-
from click.testing import CliRunner
89

910

1011
class TestLogoRenderer:

tests/unit/core/test_code_understanding.py

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

66
import pytest
7+
78
from agently.core.code_understanding import (
89
ClassInfo,
910
CodeStructure,

tests/unit/core/test_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
from pathlib import Path
55

66
import pytest
7-
from agently.config import Settings, get_settings, reset_settings
87
from pydantic import ValidationError
98

9+
from agently.config import Settings, get_settings, reset_settings
10+
1011

1112
class TestSettings:
1213
"""Test Settings class"""

tests/unit/core/test_model_service.py

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

55
import pytest
6+
67
from agently.core.model_service import ModelService
78

89

0 commit comments

Comments
 (0)