fix typehints for older pythons

This commit is contained in:
Jakub Trllo 2025-04-02 14:20:53 +02:00
parent d2f03815b1
commit 9ebd2bbc64
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
from __future__ import annotations
import collections
from typing import Optional

View file

@ -1,3 +1,4 @@
from __future__ import annotations
from typing import Optional
from qtpy import QtWidgets, QtGui, QtCore