Skip to content

Commit 2f6aede

Browse files
committed
lint
1 parent 751356a commit 2f6aede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightspark/lightspark_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def outgoing_payments_for_invoice(
639639
transaction_statuses: The statuses of the transactions to fetch. If not specified, all transactions will be fetched.
640640
"""
641641

642-
variables = {"encoded_invoice": encoded_invoice}
642+
variables: Dict[str, Any] = {"encoded_invoice": encoded_invoice}
643643
if transaction_statuses is not None:
644644
variables["transaction_statuses"] = transaction_statuses
645645
json = self._requester.execute_graphql(

0 commit comments

Comments
 (0)