Minor change

This commit is contained in:
Nocturn9x 2023-05-10 12:07:21 +02:00
parent 3f0daece7e
commit b7b67e9ac3
Signed by: nocturn9x
GPG Key ID: 8270F9F467971E59
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ limitations under the License.
import sys import sys
import inspect import inspect
from functools import wraps from functools import wraps
from typing import Callable
from types import FrameType from types import FrameType