Skip to content

Commit 0ec92b4

Browse files
committed
add planet.sync namespace
1 parent 3ec025c commit 0ec92b4

File tree

12 files changed

+966
-889
lines changed

12 files changed

+966
-889
lines changed

planet/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
from .clients import DataClient, OrdersClient, SubscriptionsClient # NOQA
2020
from .io import collect
2121

22-
from .client import Planet
23-
2422
__all__ = [
2523
'Auth',
2624
'collect',
@@ -29,7 +27,6 @@
2927
'OrdersClient',
3028
'order_request',
3129
'reporting',
32-
'Planet',
3330
'Session',
3431
'SubscriptionsClient',
3532
'subscription_request'

0 commit comments

Comments
 (0)