Added PRHelpMessage to command execution in pr_agent.py

This commit is contained in:
mrT23
2024-02-18 13:08:05 +02:00
parent ed5856493c
commit 0515b80247

View File

@ -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)