mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
Fix typo in method parameter name
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user