We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fb6fb commit 3992cbfCopy full SHA for 3992cbf
plotpy/panels/itemlist.py
@@ -10,6 +10,8 @@
10
.. autoclass:: PlotItemList
11
"""
12
13
+from __future__ import annotations
14
+
15
from typing import TYPE_CHECKING
16
17
from guidata.configtools import get_icon, get_image_layout
0 commit comments