♻️ add future annotation

because type hints are using `list`, it breaks on Python 3.7
This commit is contained in:
Ondřej Samohel 2025-04-03 16:40:22 +02:00 committed by GitHub
parent ddad178dd6
commit b8a90c4336
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
from __future__ import annotations
from qtpy import QtGui, QtCore from qtpy import QtGui, QtCore
from ._multicombobox import ( from ._multicombobox import (