mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Merge pull request #566 from zmeir/zmeir/fix/config_command_missing_arg
Fix failing `/config` command
This commit is contained in:
commit
aea0c4d45f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class PRConfig:
|
|||
"""
|
||||
The PRConfig class is responsible for listing all configuration options available for the user.
|
||||
"""
|
||||
def __init__(self, pr_url: str, args=None):
|
||||
def __init__(self, pr_url: str, args=None, ai_handler=None):
|
||||
"""
|
||||
Initialize the PRConfig object with the necessary attributes and objects to comment on a pull request.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue