Skip to content

Commit 9626904

Browse files
committed
Add future import for annotations in test_theme.py
1 parent 4acd386 commit 9626904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotpy/tests/widgets/test_theme.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Test dark/light theme switching
88
"""
99

10+
from __future__ import annotations
11+
1012
import sys
1113
from typing import Literal
1214

0 commit comments

Comments
 (0)