Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Mar 8, 2024
1 parent 8f4a357 commit fc5246c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lightspark/scripts/incoming_payments_for_invoice.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright ©, 2022-present, Lightspark Group, Inc. - All Rights Reserved

from lightspark.objects.IncomingPaymentsForInvoiceQueryOutput import FRAGMENT as IncomingPaymentsForInvoiceQueryOutputFragment
from lightspark.objects.IncomingPaymentsForInvoiceQueryOutput import (
FRAGMENT as IncomingPaymentsForInvoiceQueryOutputFragment,
)

INCOMING_PAYMENTS_FOR_INVOICE_QUERY = f"""
query IncomingPaymentsForInvoice(
Expand Down

0 comments on commit fc5246c

Please sign in to comment.