forked from josch/img2pdf
reformat with black
This commit is contained in:
parent
c553e169a4
commit
fb4b96452a
1 changed files with 4 additions and 1 deletions
|
@ -101,7 +101,10 @@ ImageFormat = Enum("ImageFormat", "JPEG JPEG2000 CCITTGroup4 PNG GIF TIFF MPO ot
|
||||||
|
|
||||||
PageMode = Enum("PageMode", "none outlines thumbs")
|
PageMode = Enum("PageMode", "none outlines thumbs")
|
||||||
|
|
||||||
PageLayout = Enum("PageLayout", "single onecolumn twocolumnright twocolumnleft twopageright twopageleft")
|
PageLayout = Enum(
|
||||||
|
"PageLayout",
|
||||||
|
"single onecolumn twocolumnright twocolumnleft twopageright twopageleft",
|
||||||
|
)
|
||||||
|
|
||||||
Magnification = Enum("Magnification", "fit fith fitbh")
|
Magnification = Enum("Magnification", "fit fith fitbh")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue