Skip to content

Commit

Permalink
Add __future__ annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Mar 8, 2024
1 parent 1b1e813 commit 27e9e1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/ui/src/deephaven/ui/components/table.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from deephaven.table import Table
from ..elements import UITable
from ..types import (
Expand Down

0 comments on commit 27e9e1c

Please sign in to comment.