Skip to content

Commit 7cc1c7f

Browse files
committed
Add future import for annotations in config.py
1 parent 89010b7 commit 7cc1c7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotpy/config.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
(options, images and icons)
1212
"""
1313

14+
from __future__ import annotations
15+
1416
import os.path as osp
1517

1618
from guidata import qthelpers

0 commit comments

Comments
 (0)