mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +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):
|
class IdentityProvider(ABC):
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def verify_eligibility(self, git_provider, git_provier_id, pr_url):
|
def verify_eligibility(self, git_provider, git_provider_id, pr_url):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue