Skip to content

Commit 31d2674

Browse files
committed
black-format
1 parent d86dc43 commit 31d2674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/feature_store/feature_processor/feature_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def transform(input_feature_group, input_csv):
7979
return ...
8080
8181
Args:
82-
inputs (Sequence[Union[FeatureGroupDataSource, CSVDataSource, ParquetDataSource, BaseDataSource]]):
82+
inputs (Sequence[Union[FeatureGroupDataSource, CSVDataSource, ParquetDataSource, BaseDataSource]]):
8383
A list of data sources.
8484
output (str): A Feature Group ARN to write results of this function to.
8585
target_stores (Optional[list[str]], optional): A list containing at least one of

0 commit comments

Comments
 (0)