Skip to content

Commit

Permalink
Fix autocomplete of params
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Nov 4, 2024
1 parent 39d25ad commit dd90946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/ui/src/deephaven/ui/components/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
logger = logging.getLogger(__name__)


@dataclass()
@dataclass
class TableFormat:
"""
A formatting rule for a table.
Expand Down Expand Up @@ -48,7 +48,7 @@ class TableFormat:
mode: TableDatabar | None = None


@dataclass()
@dataclass
class TableDatabar:
"""
A databar configuration for a table.
Expand Down

0 comments on commit dd90946

Please sign in to comment.