Skip to content

Commit

Permalink
Add simple change to trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Nov 14, 2023
1 parent 6748217 commit b8004b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datasets/e2e/tensorflow/tensorflow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ class FdsToTensorFlow(unittest.TestCase):

@classmethod
def setUpClass(cls):
"""Disable progress bar to keep the log clean.
"""
"""Disable progress bar to keep the log clean."""
disable_progress_bar()

def _create_tensorflow_dataset(self, batch_size: int) -> tf.data.Dataset:
Expand Down

0 comments on commit b8004b0

Please sign in to comment.