From b7b67e9ac353e4825a91170171b0ccc46de63289 Mon Sep 17 00:00:00 2001 From: Nocturn9x Date: Wed, 10 May 2023 12:07:21 +0200 Subject: [PATCH] Minor change --- aiosched/util/sigint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aiosched/util/sigint.py b/aiosched/util/sigint.py index 0e0ce46..1cb9a85 100644 --- a/aiosched/util/sigint.py +++ b/aiosched/util/sigint.py @@ -18,7 +18,6 @@ limitations under the License. import sys import inspect from functools import wraps -from typing import Callable from types import FrameType