Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 528a513

Browse files
committed
review: remove backend types from __init__.py __all__ list
1 parent 32920e7 commit 528a513

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
from .product_backend import CreateOrder, SearchOpportunities
2-
from .root_backend import GetOrder, GetOrders, GetOrderStatuses
3-
4-
__all__ = [
5-
"CreateOrder",
6-
"GetOrder",
7-
"GetOrders",
8-
"GetOrderStatuses",
9-
"SearchOpportunities",
10-
]

0 commit comments

Comments
 (0)