Skip to content

Commit 40dc511

Browse files
ArEnScncoghlan
andauthored
Update src/lmstudio/history.py
Co-authored-by: Alyssa Coghlan <[email protected]>
1 parent ff6e76a commit 40dc511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lmstudio/history.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
from typing_extensions import (
2727
# Native in 3.11+
2828
Self,
29-
# Native in 3.13+
30-
TypeIs,
3129
# Native in Python 3.12+
3230
Buffer,
31+
# Native in 3.13+
32+
TypeIs,
3333
)
3434

3535
from msgspec import to_builtins

0 commit comments

Comments
 (0)