5353 ScheduleClientAsync ,
5454 ScheduleCollectionClient ,
5555 ScheduleCollectionClientAsync ,
56- StatusMessageWatcherAsync ,
57- StatusMessageWatcherSync ,
5856 StoreCollectionClient ,
5957 StoreCollectionClientAsync ,
60- StreamedLogAsync ,
61- StreamedLogSync ,
6258 TaskClient ,
6359 TaskClientAsync ,
6460 TaskCollectionClient ,
@@ -181,8 +177,6 @@ def __init__(
181177 key_value_store_client = KeyValueStoreClient ,
182178 key_value_store_collection_client = KeyValueStoreCollectionClient ,
183179 log_client = LogClient ,
184- status_message_watcher = StatusMessageWatcherSync ,
185- streamed_log = StreamedLogSync ,
186180 request_queue_client = RequestQueueClient ,
187181 request_queue_collection_client = RequestQueueCollectionClient ,
188182 run_client = RunClient ,
@@ -386,6 +380,7 @@ class ApifyClientAsync:
386380
387381 from apify_client import ApifyClientAsync
388382
383+
389384 async def main() -> None:
390385 client = ApifyClientAsync(token='MY-APIFY-TOKEN')
391386
@@ -400,6 +395,7 @@ async def main() -> None:
400395 for item in items:
401396 print(item)
402397
398+
403399 asyncio.run(main())
404400 ```
405401 """
@@ -475,8 +471,6 @@ def __init__(
475471 key_value_store_client = KeyValueStoreClientAsync ,
476472 key_value_store_collection_client = KeyValueStoreCollectionClientAsync ,
477473 log_client = LogClientAsync ,
478- status_message_watcher = StatusMessageWatcherAsync ,
479- streamed_log = StreamedLogAsync ,
480474 request_queue_client = RequestQueueClientAsync ,
481475 request_queue_collection_client = RequestQueueCollectionClientAsync ,
482476 run_client = RunClientAsync ,
0 commit comments