Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lightspark/lightspark_client.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -1016,5 +1016,4 @@ def fail_htlcs(self, invoice_id: str, cancel_invoice: bool = True) -> str:
return json["fail_htlcs"]["invoice"]["id"]


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