Skip to content

Commit

Permalink
inspection comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Feb 26, 2024
1 parent 2f7f522 commit 422028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/src/deephaven/ui/types/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
TableSortDirection = Union[StringSortDirection, SortDirection]
# Stringable is a type that is naturally convertible to a string
Stringable = Union[str, int, float, bool]
Key = Any
Key = Stringable

0 comments on commit 422028e

Please sign in to comment.