Skip to content

Commit 3888e9c

Browse files
committed
Restore Python 3.9 compatibility for package annotations
1 parent c89fdf6 commit 3888e9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cubedynamics/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
documented for contributors but may change more frequently.
2525
"""
2626

27+
from __future__ import annotations
28+
2729
from .version import __version__
2830
from .piping import Pipe, pipe
2931
from . import verbs

0 commit comments

Comments
 (0)