Skip to content

Commit 260b74c

Browse files
committed
fix: failing black check
1 parent 8b26b54 commit 260b74c

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
@@ -82,7 +82,7 @@ def transform(input_feature_group, input_csv):
8282
inputs (Sequence[Union[FeatureGroupDataSource, CSVDataSource, ParquetDataSource,
8383
BaseDataSource]]): A list of data sources.
8484
output (str): A Feature Group ARN to write results of this function to.
85-
target_stores (Optional[list[str]], optional): A list containing at least one
85+
target_stores (Optional[list[str]], optional): A list containing at least one
8686
of 'OnlineStore' or 'OfflineStore'. If unspecified, data will be ingested to the
8787
enabled stores of the output feature group. Defaults to None.
8888
parameters (Optional[Dict[str, Union[str, Dict]]], optional): Parameters to be provided to

0 commit comments

Comments
 (0)