Skip to content

Commit fecc19d

Browse files
committed
add a couple of missing fields
1 parent 1dd3155 commit fecc19d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bma_cli.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ class ImageConversionJob(BaseJob):
4747

4848
filetype: str
4949
width: int
50-
aspect_ratio_numerator: int | None = None
51-
aspect_ratio_denominator: int | None = None
50+
height: int
51+
mimetype: str
52+
custom_aspect_ratio: bool
5253

5354

5455
class ImageExifExtractionJob(BaseJob):

0 commit comments

Comments
 (0)