```diff
--- test_files/119-original.txt	2025-03-07 19:06:23
+++ test_files/119-modified.txt	2025-03-07 19:06:23
@@ -1,11 +1,11 @@
 from inputs import from_github
 from langchain_core.messages import HumanMessage
 
-from agent import composio_toolset, graph
-
 from composio_langgraph import Action
 
+from agent import composio_toolset, graph
 
+
 def main() -> None:
     """Run the agent."""
     repo, issue = from_github()
```
