Skip to content

Commit ee6b724

Browse files
authored
Added type hints
1 parent 604c1cf commit ee6b724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/test_file_jpeg.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ def test_app(self) -> None:
112112
)
113113
def test_default_app_write(
114114
self,
115-
keep_rgb,
116-
no_default_app_segments,
117-
expect_app0,
118-
expect_app14,
119-
):
115+
keep_rgb: bool,
116+
no_default_app_segments: bool,
117+
expect_app0: bool,
118+
expect_app14: bool,
119+
) -> None:
120120
im = self.roundtrip(
121121
hopper(),
122122
keep_rgb=keep_rgb,

0 commit comments

Comments
 (0)