Skip to content

Commit f7c99ab

Browse files
Fix syntax for legacy Python 2 support
1 parent a13e74d commit f7c99ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_screen19.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def image(n):
3636
]
3737

3838

39-
def import_data(data: str, image_count: int) -> None:
39+
def import_data(data, image_count): # type: (str, int) -> None
4040
"""
4141
Generate and verify an imageset from spoof command-line input.
4242

0 commit comments

Comments
 (0)