Skip to content

Commit

Permalink
Add future import for annotations in test_theme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Aug 6, 2024
1 parent 4acd386 commit 9626904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plotpy/tests/widgets/test_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
Test dark/light theme switching
"""

from __future__ import annotations

import sys
from typing import Literal

Expand Down

0 comments on commit 9626904

Please sign in to comment.