Skip to content

Commit

Permalink
Update openhands/resolver/interfaces/issue_definitions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotra5 authored Feb 13, 2025
1 parent 1335fe2 commit 9cac804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/resolver/interfaces/issue_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ServiceContext:
issue_type: ClassVar[str]
default_git_patch: ClassVar[str] = 'No changes made yet'

def __init__(self, strategy, llm_config: LLMConfig | None):
def __init__(self, strategy: IssueHandlerInterface, llm_config: LLMConfig | None):
self._strategy = strategy
if llm_config is not None:
self.llm = LLM(llm_config)
Expand Down

0 comments on commit 9cac804

Please sign in to comment.