Skip to content

Commit 2cb6b51

Browse files
committed
pylint
1 parent 5ab8bb5 commit 2cb6b51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lightspark/lightspark_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def create_uma_invitation(
679679
inviter_uma: The UMA of the inviter.
680680
"""
681681
json = self._requester.execute_graphql(
682-
CREATE_UMA_INVOICE_MUTATION,
682+
CREATE_UMA_INVITATION_MUTATION,
683683
{
684684
"inviter_uma": inviter_uma,
685685
},
@@ -799,4 +799,5 @@ def _hash_phone_number(self, phone_number_e164_format: str) -> str:
799799
return sha256(phone_number_e164_format.encode()).hexdigest()
800800

801801

802+
# pylint: disable=anomalous-backslash-in-string
802803
E614_REGEX = re.compile("^\+?[1-9]\d{1,14}$")

0 commit comments

Comments
 (0)