Skip to content

Commit fc5246c

Browse files
committed
lint
1 parent 8f4a357 commit fc5246c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightspark/scripts/incoming_payments_for_invoice.py

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

3-
from lightspark.objects.IncomingPaymentsForInvoiceQueryOutput import FRAGMENT as IncomingPaymentsForInvoiceQueryOutputFragment
3+
from lightspark.objects.IncomingPaymentsForInvoiceQueryOutput import (
4+
FRAGMENT as IncomingPaymentsForInvoiceQueryOutputFragment,
5+
)
46

57
INCOMING_PAYMENTS_FOR_INVOICE_QUERY = f"""
68
query IncomingPaymentsForInvoice(

0 commit comments

Comments
 (0)