Skip to content

Commit 87b22dd

Browse files
committed
making _run_multi_threaded static
1 parent dac0647 commit 87b22dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/feature_store/feature_group.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ def init_worker():
302302

303303
if wait:
304304
self.wait(timeout=timeout)
305-
305+
306+
@staticmethod
306307
def _run_multi_threaded(
307-
self,
308308
max_workers: int,
309309
feature_group_name: str,
310310
sagemaker_fs_runtime_client_config: Config,

0 commit comments

Comments
 (0)