Skip to content

Commit f3da812

Browse files
committed
chore: fix formatting
1 parent e0f2966 commit f3da812

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/orb/resources/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
InvoicesWithStreamingResponse,
6565
AsyncInvoicesWithStreamingResponse,
6666
)
67+
from .webhooks import (
68+
Webhooks,
69+
AsyncWebhooks,
70+
)
6771
from .customers import (
6872
Customers,
6973
AsyncCustomers,
@@ -104,10 +108,6 @@
104108
InvoiceLineItemsWithStreamingResponse,
105109
AsyncInvoiceLineItemsWithStreamingResponse,
106110
)
107-
from .webhooks import (
108-
Webhooks,
109-
AsyncWebhooks,
110-
)
111111

112112
__all__ = [
113113
"TopLevel",

0 commit comments

Comments
 (0)