Skip to content

Commit 5f71513

Browse files
RobertCraigiestainless-app[bot]
authored andcommitted
chore(internal): fix formatting
1 parent 03f8bcf commit 5f71513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lithic/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def funding_events(self) -> FundingEvents:
351351
from .resources.funding_events import FundingEvents
352352

353353
return FundingEvents(self)
354-
354+
355355
@cached_property
356356
def webhooks(self) -> webhooks.Webhooks:
357357
from .resources.webhooks import Webhooks
@@ -767,7 +767,7 @@ def account_activity(self) -> AsyncAccountActivity:
767767
from .resources.account_activity import AsyncAccountActivity
768768

769769
return AsyncAccountActivity(self)
770-
770+
771771
@cached_property
772772
def webhooks(self) -> webhooks.AsyncWebhooks:
773773
from .resources.webhooks import AsyncWebhooks

src/lithic/resources/disputes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
dispute_list_evidences_params,
1717
dispute_initiate_evidence_upload_params,
1818
)
19-
from .._types import Omit, Query, Headers, NoneType, NotGiven, FileTypes, SequenceNotStr, Body, omit, not_given
19+
from .._types import Body, Omit, Query, Headers, NoneType, NotGiven, FileTypes, SequenceNotStr, omit, not_given
2020
from .._utils import maybe_transform, async_maybe_transform
2121
from .._compat import cached_property
2222
from .._resource import SyncAPIResource, AsyncAPIResource

0 commit comments

Comments
 (0)