Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wusteven815 committed Nov 12, 2024
1 parent 0a33478 commit 219f640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion plugins/ui/src/deephaven/ui/_internal/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
JavaTime,
LocalDateConvertible,
LocalDate,
UndefinedType,
Undefined,
)

Expand Down
5 changes: 2 additions & 3 deletions plugins/ui/src/deephaven/ui/types/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
Tuple,
Callable,
Sequence,
TypeAlias,
)

if sys.version_info < (3, 11):
from typing_extensions import TypedDict, NotRequired
from typing_extensions import TypedDict, NotRequired, TypeAlias
else:
from typing import TypedDict, NotRequired
from typing import TypedDict, NotRequired, TypeAlias

import datetime
import pandas
Expand Down

0 comments on commit 219f640

Please sign in to comment.