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
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD

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)