Skip to content

Commit

Permalink
remove flake8 offending newline added by black
Browse files Browse the repository at this point in the history
  • Loading branch information
smanolloff committed Sep 20, 2023
1 parent 459abc3 commit 7da3e8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imitation/data/huggingface_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class TrajectoryDatasetSequence(Sequence[types.Trajectory]):

def __init__(self, dataset: datasets.Dataset):
"""Construct a TrajectoryDatasetSequence."""

# TODO: this is just a temporary workaround for
# https://github.com/huggingface/datasets/issues/5517
# switch to .with_format("numpy") once it's fixed
Expand Down

0 comments on commit 7da3e8f

Please sign in to comment.