Skip to content

Commit 738c54f

Browse files
committed
chore(ci): ignore type
1 parent f01f811 commit 738c54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim_slides/present.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ def present(
11051105
a.show()
11061106

11071107
# inform about CTRL+C
1108-
def sigkill_handler(signum, frame):
1108+
def sigkill_handler(signum, frame): # type: ignore
11091109
logger.warn(
11101110
"Thie application cannot be closed with usual CTRL+C, "
11111111
"please use the appropriate key defined in your config "

0 commit comments

Comments
 (0)