Skip to content

Commit 84c59c5

Browse files
committed
chore: sort imports
1 parent d1747a8 commit 84c59c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/semchunk/semchunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
import inspect
66

77
from typing import Callable, Sequence, TYPE_CHECKING
8+
from functools import lru_cache
89
from itertools import accumulate
910
from contextlib import suppress
10-
from functools import lru_cache
1111

1212
import mpire
1313

0 commit comments

Comments
 (0)