Skip to content

Commit 72c67d0

Browse files
committed
fix for pylint take 2
1 parent 3a2c10e commit 72c67d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/feature_store/feature_group.py

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def init_worker():
298298
self.wait(timeout=timeout)
299299

300300
def _run_multi_threaded(
301+
self,
301302
max_workers: int, feature_group_name: str,
302303
sagemaker_fs_runtime_client_config: Config,
303304
data_frame: DataFrame, row_offset=0, timeout=None) -> List[int]:

0 commit comments

Comments
 (0)