Skip to content

Commit c7ad8a4

Browse files
committed
coverage gap adjustment
This commit was sponsored by Jason Mills, Devin Prater, Matt Campbell, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/.
1 parent 7214199 commit c7ad8a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

py2app_setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ def check_mode() -> str:
1818
case {"TEST_MODE": b}:
1919
if b:
2020
return "Test"
21-
case _:
22-
return ""
21+
return ""
2322

2423
MODE = check_mode()
2524

0 commit comments

Comments
 (0)