Skip to content

Commit

Permalink
Remove apply patch (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaavee315 authored Sep 13, 2024
1 parent 4d38df2 commit 2c76a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/composio/tools/local/filetool/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from composio.tools.base.local import LocalAction, LocalTool

from .actions import (
ApplyPatch,
ChangeWorkingDirectory,
CreateFile,
EditFile,
Expand Down Expand Up @@ -46,5 +45,4 @@ def actions(cls) -> t.List[t.Type[LocalAction]]:
GitClone,
GitRepoTree,
GitPatch,
ApplyPatch,
]

0 comments on commit 2c76a36

Please sign in to comment.