Skip to content

Commit

Permalink
fixed tests for Image class
Browse files Browse the repository at this point in the history
  • Loading branch information
franioli committed Jan 26, 2024
1 parent 71b4242 commit 200ff9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_image.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from datetime import datetime
from pathlib import Path
from typing import Union

import numpy as np
import pytest
Expand Down Expand Up @@ -53,7 +52,6 @@ def test_initialized_with_non_image_file():


def test_read_exif(image):
assert isinstance(image.id, Union[int, None])
assert isinstance(image.name, str)
assert isinstance(image.stem, str)
assert isinstance(image.path, Path)
Expand Down

0 comments on commit 200ff9b

Please sign in to comment.