We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca226e4 commit 8053c92Copy full SHA for 8053c92
1 file changed
lightspark/lightspark_client.py
@@ -1016,5 +1016,4 @@ def fail_htlcs(self, invoice_id: str, cancel_invoice: bool = True) -> str:
1016
return json["fail_htlcs"]["invoice"]["id"]
1017
1018
1019
-# pylint: disable=anomalous-backslash-in-string
1020
-E614_REGEX = re.compile("^\+?[1-9]\d{1,14}$")
+E614_REGEX = re.compile(r"^\+?[1-9]\d{1,14}$")
0 commit comments