mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Fix typo in method parameter name
This commit is contained in:
parent
e55fd64bda
commit
c79b655864
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class Eligibility(Enum):
|
|||
|
||||
class IdentityProvider(ABC):
|
||||
@abstractmethod
|
||||
def verify_eligibility(self, git_provider, git_provier_id, pr_url):
|
||||
def verify_eligibility(self, git_provider, git_provider_id, pr_url):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue