Skip to content

Commit 3c07a37

Browse files
committed
lint
1 parent 4e47bba commit 3c07a37

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

lightspark/scripts/fail_htlcs.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Copyright ©, 2022-present, Lightspark Group, Inc. - All Rights Reserved
22

3-
FAIL_HTLCS_MUTATION = f"""
4-
mutation FailHtlcs($invoice_id: ID!, $cancel_invoice: Boolean!) {{
5-
fail_htlcs(input: {{ invoice_id: $invoice_id, cancel_invoice: $cancel_invoice }}) {{
6-
invoice {{
3+
FAIL_HTLCS_MUTATION = """
4+
mutation FailHtlcs($invoice_id: ID!, $cancel_invoice: Boolean!) {
5+
fail_htlcs(input: { invoice_id: $invoice_id, cancel_invoice: $cancel_invoice }) {
6+
invoice {
77
id
8-
}}
9-
}}
10-
}}
8+
}
9+
}
10+
}
1111
"""

0 commit comments

Comments
 (0)