fix(type hints): add future import to prevent sphinx from crashing

This commit is contained in:
2025-04-25 20:29:26 +02:00
parent b4af2cc77a
commit aff5a51f4c
4 changed files with 8 additions and 0 deletions
@@ -1,6 +1,8 @@
""" Module for a thin wrapper (LinearRegionWrapper) around the LinearRegionItem in pyqtgraph.
The class is mainly designed for usage with the BECWaveform and 1D plots. """
from __future__ import annotations
import pyqtgraph as pg
from qtpy.QtCore import QObject, Signal, Slot
from qtpy.QtGui import QColor