Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
waleko committed Aug 13, 2024
1 parent afb20b9 commit 546684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_editing/agents/tools/edit_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from code_editing.agents.context_providers.retrieval.retrieval_helper import RetrievalHelper
from code_editing.agents.tools.base_tool import CEBaseTool
from code_editing.agents.tools.common import parse_file, read_file_lines, read_file_full
from code_editing.agents.tools.common import parse_file, read_file_full, read_file_lines
from code_editing.code_editor import CEBackbone


Expand Down

0 comments on commit 546684a

Please sign in to comment.