From 28afbb77c8e18a3e89a147be1b3292d8b4df6c6a Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 06:07:02 -0600 Subject: [PATCH] Mods --- cromulant/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/filter.py b/cromulant/filter.py index 3c55a96..ab82bb7 100644 --- a/cromulant/filter.py +++ b/cromulant/filter.py @@ -2,7 +2,7 @@ from __future__ import annotations from PySide6.QtWidgets import QWidget # type: ignore from PySide6.QtGui import QKeyEvent # type: ignore -from PySide6.QtCore import QTimer +from PySide6.QtCore import QTimer # type: ignore from .config import Config from .window import Window