Skip to content

Commit

Permalink
Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorSusmelj committed Dec 14, 2024
1 parent c03fbc7 commit c5dec93
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/unit/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import pytest
from pathlib import Path

import pytest

from labelformat.utils import (
ImageDimensionError,
get_image_dimensions,
get_jpeg_dimensions,
get_png_dimensions,
get_image_dimensions,
ImageDimensionError,
)

FIXTURES_DIR = Path(__file__).parent.parent / "fixtures"
Expand Down

0 comments on commit c5dec93

Please sign in to comment.