Added type hints

This commit is contained in:
Andrew Murray 2024-11-29 07:55:02 +11:00 committed by GitHub
parent 604c1cf8fd
commit ee6b724ad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,