Skip to content

Commit dcea6d4

Browse files
committed
fix: docstyle D205 error
1 parent 869497f commit dcea6d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/sagemaker/feature_group_utils.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ def get_feature_group_as_dataframe(
174174

175175

176176
def _format_column_names(data: pandas.DataFrame) -> pandas.DataFrame:
177-
"""Formats the column names in a valid way for
178-
:class:`sagemaker.feature_store.feature_group.FeatureGroup`
177+
"""Formats the column names for :class:`sagemaker.feature_store.feature_group.FeatureGroup`
179178
180179
Description:
181180
Module to format correctly the name of the columns of a DataFrame
@@ -219,8 +218,7 @@ def prepare_fg_from_dataframe_or_file(
219218
verbose: bool = False,
220219
**pandas_read_csv_kwargs,
221220
) -> FeatureGroup:
222-
"""Module to prepare a dataframe before creating a
223-
:class:`sagemaker.feature_store.feature_group.FeatureGroup`
221+
"""Prepares a dataframe to create a :class:`sagemaker.feature_store.feature_group.FeatureGroup`
224222
225223
Description:
226224
Function to prepare a dataframe for creating a Feature Group from a pandas.DataFrame

0 commit comments

Comments
 (0)