Skip to content

Commit

Permalink
Add future annotations import for improved type hinting support
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Nov 27, 2024
1 parent b0fb6fb commit 3992cbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plotpy/panels/itemlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
.. autoclass:: PlotItemList
"""

from __future__ import annotations

from typing import TYPE_CHECKING

from guidata.configtools import get_icon, get_image_layout
Expand Down

0 comments on commit 3992cbf

Please sign in to comment.