Skip to content

Commit 39c3369

Browse files
committed
Python 3.9 support
1 parent 68a31b3 commit 39c3369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg-py/src/shinychat/_chat_normalize_chatlas.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
import os
33
import warnings
44
from dataclasses import dataclass
5-
from typing import TYPE_CHECKING, Literal, TypeGuard
5+
from typing import TYPE_CHECKING, Literal
66

77
from htmltools import RenderedHTML, Tag, TagChild, Tagifiable, TagList
88
from packaging import version
99

10+
from ._typing_extensions import TypeGuard
11+
1012
if TYPE_CHECKING:
1113
from chatlas.types import ContentToolRequest, ContentToolResult
1214

0 commit comments

Comments
 (0)