mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Added PRHelpMessage to command execution in pr_agent.py
This commit is contained in:
parent
ed5856493c
commit
0515b80247
1 changed files with 0 additions and 3 deletions
|
|
@ -4,9 +4,6 @@ from pr_agent.log import get_logger
|
|||
|
||||
|
||||
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):
|
||||
self.git_provider = get_git_provider()(pr_url)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue