From 14ef376b57740c9765dd175ad19beb13e30c9169 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 3 Dec 2022 19:08:24 +0100 Subject: [PATCH] Update core.py --- core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core.py b/core.py index 3a82f1c..537a716 100644 --- a/core.py +++ b/core.py @@ -4,7 +4,6 @@ import sys import webbrowser from platform import system from traceback import print_exc -from typing import Any from typing import Callable from typing import List from typing import Tuple