diff --git a/plugins/ui/src/deephaven/ui/components/table.py b/plugins/ui/src/deephaven/ui/components/table.py index 119c77c1e..9f4e8226a 100644 --- a/plugins/ui/src/deephaven/ui/components/table.py +++ b/plugins/ui/src/deephaven/ui/components/table.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from deephaven.table import Table from ..elements import UITable from ..types import (