Skip to content

Commit 7da3e8f

Browse files
committed
remove flake8 offending newline added by black
1 parent 459abc3 commit 7da3e8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/imitation/data/huggingface_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class TrajectoryDatasetSequence(Sequence[types.Trajectory]):
1616

1717
def __init__(self, dataset: datasets.Dataset):
1818
"""Construct a TrajectoryDatasetSequence."""
19-
2019
# TODO: this is just a temporary workaround for
2120
# https://github.com/huggingface/datasets/issues/5517
2221
# switch to .with_format("numpy") once it's fixed

0 commit comments

Comments
 (0)