Skip to content

Commit a6a6e2d

Browse files
committed
add typealias import
1 parent b10701f commit a6a6e2d

File tree

1 file changed

+1
-1
lines changed
  • chartlets.py/chartlets/components

1 file changed

+1
-1
lines changed

chartlets.py/chartlets/components/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from dataclasses import dataclass
2-
from typing import Literal, TypedDict
2+
from typing import Literal, TypedDict, TypeAlias
33
from chartlets import Component
44

55

0 commit comments

Comments
 (0)