Merge pull request #1221 from ynput/bugfix/add-future-annotations-to-support-older-python

Fix: add python 3.7 support to loader tool again
This commit is contained in:
Jakub Trllo 2025-04-05 01:21:31 +02:00 committed by GitHub
commit a877961045
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 ._multicombobox import (