chore(ci): ignore type

This commit is contained in:
Jérome Eertmans
2023-08-04 11:15:38 +02:00
parent f01f811639
commit 738c54f9a6

View File

@ -1105,7 +1105,7 @@ def present(
a.show()
# inform about CTRL+C
def sigkill_handler(signum, frame):
def sigkill_handler(signum, frame): # type: ignore
logger.warn(
"Thie application cannot be closed with usual CTRL+C, "
"please use the appropriate key defined in your config "