Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 5, 2024
1 parent fd2e652 commit 041eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cwhy/conversation/diff_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def dispatch(self, function_call) -> Optional[str]:
traceback.print_exc()
return None

def apply_modification_schema(self) -> str:
def apply_modification_schema(self):
return {
"name": "apply_modification",
"description": "Applies a single modification to the source file with the goal of fixing any existing compilation errors.",
Expand Down

0 comments on commit 041eed8

Please sign in to comment.