remove unused import

This commit is contained in:
Mustafa Zaky Jafar 2025-11-10 12:56:51 +02:00 committed by GitHub
parent 9a70ecdd7e
commit 9be4493a9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,6 @@ from __future__ import annotations
import re
import collections
from dataclasses import dataclass
from typing import Optional
from qtpy import QtWidgets, QtCore