Skip to content

Commit 96624e9

Browse files
committed
fix annotation error on py < 3.8
1 parent fe229be commit 96624e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotpy/tests/tools/test_get_points.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
# guitest: show
1313

14+
from __future__ import annotations
15+
1416
from guidata.qthelpers import exec_dialog, qt_app_context
1517
from numpy import linspace, sin
1618

0 commit comments

Comments
 (0)