Update core.py

This commit is contained in:
Christian Clauss 2022-12-03 19:08:24 +01:00 committed by GitHub
parent 500fa3be75
commit 14ef376b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ import sys
import webbrowser import webbrowser
from platform import system from platform import system
from traceback import print_exc from traceback import print_exc
from typing import Any
from typing import Callable from typing import Callable
from typing import List from typing import List
from typing import Tuple from typing import Tuple