mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
Added PRHelpMessage to command execution in pr_agent.py
This commit is contained in:
@ -4,9 +4,6 @@ from pr_agent.log import get_logger
|
|||||||
|
|
||||||
|
|
||||||
class PRHelpMessage:
|
class PRHelpMessage:
|
||||||
"""
|
|
||||||
The PRConfig class is responsible for listing all configuration options available for the user.
|
|
||||||
"""
|
|
||||||
def __init__(self, pr_url: str, args=None, ai_handler=None):
|
def __init__(self, pr_url: str, args=None, ai_handler=None):
|
||||||
self.git_provider = get_git_provider()(pr_url)
|
self.git_provider = get_git_provider()(pr_url)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user