@@ -117,7 +117,7 @@ def dataset(self) -> DatasetClient:
117
117
DatasetClient: A client allowing access to the default dataset of this actor run.
118
118
"""
119
119
return DatasetClient (
120
- ** self ._sub_resource_init_options (resource_path = " dataset" ),
120
+ ** self ._sub_resource_init_options (resource_path = ' dataset' ),
121
121
)
122
122
123
123
def key_value_store (self ) -> KeyValueStoreClient :
@@ -129,7 +129,7 @@ def key_value_store(self) -> KeyValueStoreClient:
129
129
KeyValueStoreClient: A client allowing access to the default key-value store of this actor run.
130
130
"""
131
131
return KeyValueStoreClient (
132
- ** self ._sub_resource_init_options (resource_path = " key-value-store" ),
132
+ ** self ._sub_resource_init_options (resource_path = ' key-value-store' ),
133
133
)
134
134
135
135
def request_queue (self ) -> RequestQueueClient :
@@ -141,7 +141,7 @@ def request_queue(self) -> RequestQueueClient:
141
141
RequestQueueClient: A client allowing access to the default request_queue of this actor run.
142
142
"""
143
143
return RequestQueueClient (
144
- ** self ._sub_resource_init_options (resource_path = " request-queue" ),
144
+ ** self ._sub_resource_init_options (resource_path = ' request-queue' ),
145
145
)
146
146
147
147
def log (self ) -> LogClient :
@@ -153,5 +153,5 @@ def log(self) -> LogClient:
153
153
LogClient: A client allowing access to the log of this actor run.
154
154
"""
155
155
return LogClient (
156
- ** self ._sub_resource_init_options (resource_path = " log" ),
156
+ ** self ._sub_resource_init_options (resource_path = ' log' ),
157
157
)
0 commit comments