Skip to content

Commit a4d151b

Browse files
committed
fix pylint try2
1 parent 8bc8324 commit a4d151b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sagemaker/feature_store/feature_group.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ def run(self, data_frame: DataFrame, wait=True, timeout=None):
347347
if timeout is reached.
348348
"""
349349
# self._run_multi_process(data_frame=data_frame, wait=wait, timeout=timeout)
350+
if wait:
351+
pass
350352
self._run_multi_threaded(data_frame=data_frame, timeout=timeout)
351353

352354

0 commit comments

Comments
 (0)