Skip to content

Commit

Permalink
type ignore a line for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Feb 18, 2024
1 parent b2b714e commit 2dd721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python-fastui/fastui/components/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BaseChart(pydantic.BaseModel, ABC, defer_build=True):
title: str
width: _t.Union[int, str] = '100%'
height: _t.Union[int, str]
data: _t.List[DataPoint]
data: _t.List[DataPoint] # type: ignore
class_name: _class_name.ClassNameField = None


Expand Down

0 comments on commit 2dd721d

Please sign in to comment.