mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Added type hints
This commit is contained in:
parent
604c1cf8fd
commit
ee6b724ad4
|
@ -112,11 +112,11 @@ class TestFileJpeg:
|
||||||
)
|
)
|
||||||
def test_default_app_write(
|
def test_default_app_write(
|
||||||
self,
|
self,
|
||||||
keep_rgb,
|
keep_rgb: bool,
|
||||||
no_default_app_segments,
|
no_default_app_segments: bool,
|
||||||
expect_app0,
|
expect_app0: bool,
|
||||||
expect_app14,
|
expect_app14: bool,
|
||||||
):
|
) -> None:
|
||||||
im = self.roundtrip(
|
im = self.roundtrip(
|
||||||
hopper(),
|
hopper(),
|
||||||
keep_rgb=keep_rgb,
|
keep_rgb=keep_rgb,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user