Skip to content

Commit 1b31657

Browse files
committed
Remove unecessary defer build
1 parent 5206aec commit 1b31657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python-fastui/fastui/components/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DisplayMode(str, enum.Enum):
3030
currency = 'currency'
3131

3232

33-
class DisplayBase(BaseModel, ABC, defer_build=True):
33+
class DisplayBase(BaseModel, ABC):
3434
"""Base class for display components."""
3535

3636
mode: _t.Union[DisplayMode, None] = None

0 commit comments

Comments
 (0)