Skip to content

Commit 2dc83a4

Browse files
committed
Ensured type hints work on 3.9
1 parent 5f90632 commit 2dc83a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from typing import Callable
24

35
import nltk

0 commit comments

Comments
 (0)