Skip to content

Commit ca226e4

Browse files
authored
Fixing formatting using black after SDK generation. (#51)
2 parents aecb8a8 + 0d0e323 commit ca226e4

File tree

96 files changed

+0
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+0
-96
lines changed

lightspark/objects/AccountToApiTokensConnection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
@dataclass
1616
class AccountToApiTokensConnection(Connection):
17-
1817
requester: Requester
1918

2019
count: int

lightspark/objects/AccountToChannelsConnection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
@dataclass
1616
class AccountToChannelsConnection(Connection):
17-
1817
requester: Requester
1918

2019
count: int

lightspark/objects/AccountToPaymentRequestsConnection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
@dataclass
1616
class AccountToPaymentRequestsConnection(Connection):
17-
1817
requester: Requester
1918

2019
count: int

lightspark/objects/AccountToTransactionsConnection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
@dataclass
1818
class AccountToTransactionsConnection(Connection):
19-
2019
requester: Requester
2120

2221
count: int

lightspark/objects/AccountToWalletsConnection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
@dataclass
1616
class AccountToWalletsConnection(Connection):
17-
1817
requester: Requester
1918

2019
count: int

lightspark/objects/ChannelSnapshot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
@dataclass
1515
class ChannelSnapshot(Entity):
16-
1716
requester: Requester
1817

1918
id: str

lightspark/objects/ChannelToTransactionsConnection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
@dataclass
1313
class ChannelToTransactionsConnection:
14-
1514
requester: Requester
1615

1716
count: int

lightspark/objects/ClaimUmaInvitationInput.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
@dataclass
88
class ClaimUmaInvitationInput:
9-
109
invitation_code: str
1110
"""The unique code that identifies this invitation and was shared by the inviter."""
1211

lightspark/objects/ClaimUmaInvitationOutput.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
@dataclass
1010
class ClaimUmaInvitationOutput:
11-
1211
requester: Requester
1312

1413
invitation_id: str

lightspark/objects/ClaimUmaInvitationWithIncentivesInput.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
@dataclass
1212
class ClaimUmaInvitationWithIncentivesInput:
13-
1413
invitation_code: str
1514
"""The unique code that identifies this invitation and was shared by the inviter."""
1615

0 commit comments

Comments
 (0)