Skip to content

Commit

Permalink
removed empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Schultz authored and Bradley Schultz committed Sep 12, 2024
1 parent ef48c7e commit 06239fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/python/sdk/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ def test_can_export_dataset_with_only_annotated_images(
else:
assert len(image_files) == task.size, "Exported images count does not match the task size when only_annotated is False."



def test_can_download_preview(self, fxt_new_task: Task):
frame_encoded = fxt_new_task.get_jobs()[0].get_preview()
(width, height) = Image.open(frame_encoded).size
Expand Down
1 change: 0 additions & 1 deletion tests/python/sdk/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def test_can_download_dataset_twice_in_a_row(self, fxt_new_task: Task):
assert "100%" in pbar_out.getvalue().strip("\r").split("\r")[-1]
assert path.is_file()


def test_can_download_backup(self, fxt_new_task: Task):
pbar_out = io.StringIO()
pbar = make_pbar(file=pbar_out)
Expand Down

0 comments on commit 06239fa

Please sign in to comment.