Skip to content

Commit 4be95e1

Browse files
author
jzhu
committed
fix: apply isort fix to tools/base.py from pre-commit hook
1 parent 1be6619 commit 4be95e1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • code_assistant_manager/tools

code_assistant_manager/tools/base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66
from ..config import ConfigManager
77
from ..env_loader import load_env
8-
from ..exceptions import (
9-
create_error_handler,
10-
)
8+
from ..exceptions import create_error_handler
119
from .registry import TOOL_REGISTRY
1210

1311
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)