type ignore
This commit is contained in:
parent
3f11ccb9fa
commit
18f3a9ca43
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -2,7 +2,7 @@ from atexit import register
|
||||||
from sys import argv
|
from sys import argv
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
|
|
||||||
from cheat import Cheat, sleep
|
from cheat import Cheat, sleep # type: ignore
|
||||||
|
|
||||||
|
|
||||||
def do_on_exit():
|
def do_on_exit():
|
||||||
|
|
Reference in a new issue