Skip to content

Commit

Permalink
Add type annotation to table (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominastorm authored Mar 6, 2024
1 parent 423218d commit ea42cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uptrain/operators/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Table(OpBaseModel):
props: dict = Field(default_factory=dict)
title: str = ""

kind = "table"
kind: str = "table"

def setup(self, settings: Settings):
return self
Expand Down

0 comments on commit ea42cbd

Please sign in to comment.