Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 2, 2022
1 parent 7a3db8c commit df66d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ludwig/data/dataset/ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def pipeline(
shuffle: bool = True,
fully_executed: bool = True,
enable_windowing: bool = False,
window_size_bytes: Optional[int] = None
window_size_bytes: Optional[int] = None,
) -> DatasetPipeline:
"""
Args:
Expand Down

0 comments on commit df66d84

Please sign in to comment.