Skip to content

Commit 90bf1cc

Browse files
committed
Fixed type hinting of third party classes that may not installed.
1 parent 979d43d commit 90bf1cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/semchunk/semchunk.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
import re
24
import inspect
35

0 commit comments

Comments
 (0)