Skip to content

Commit 3992cbf

Browse files
committed
Add future annotations import for improved type hinting support
1 parent b0fb6fb commit 3992cbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotpy/panels/itemlist.py

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
.. autoclass:: PlotItemList
1111
"""
1212

13+
from __future__ import annotations
14+
1315
from typing import TYPE_CHECKING
1416

1517
from guidata.configtools import get_icon, get_image_layout

0 commit comments

Comments
 (0)