Skip to content

Commit

Permalink
ruff mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidney Lisanza committed Mar 11, 2025
1 parent ec01722 commit fbb42fe
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ def test__iter__(self, mock_load_dataset):
assert isinstance(example, list)
assert "|" not in example[0]
assert "." in example[0]


if __name__ == "__main__":
TestLatentGeneratorPinderIterableDataset().test__iter__()

0 comments on commit fbb42fe

Please sign in to comment.