Skip to content

Commit e3ba576

Browse files
committed
Ensured type hints still work on 3.9
1 parent 3871735 commit e3ba576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_semchunk.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""Test semchunk."""
2+
from __future__ import annotations
3+
24
import math
35

46
import semchunk

0 commit comments

Comments
 (0)