Skip to content

Commit

Permalink
Remove blank line at the end of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-work committed May 23, 2018
1 parent e89e6b0 commit 8d4346a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/samplers/test_noisy_sorted_batch_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ def test_pickleable():
data_source = [[1], [2], [3], [4], [5], [6]]
sampler = NoisySortedBatchSampler(data_source, batch_size=2, drop_last=False)
pickle.dumps(sampler)

0 comments on commit 8d4346a

Please sign in to comment.