Skip to content

Commit

Permalink
Flake 8
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccorm committed Jul 7, 2022
1 parent 38d7080 commit c22a637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ludwig/schema/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,8 @@ class AudioPreprocessingConfig(schema_utils.BaseMarshmallowConfig):

num_filter_bands: int = schema_utils.PositiveInteger(
default=80,
description="Defines the number of filters used in the filterbank. Only needed if audio_feature_type is 'fbank'"
description="Defines the number of filters used in the filterbank. Only needed if audio_feature_type "
"is 'fbank'"
)


Expand Down

0 comments on commit c22a637

Please sign in to comment.