Skip to content

Commit

Permalink
type needs to be 3.8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Feb 9, 2024
1 parent 1bf9580 commit f63fe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python-fastui/tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def test_form_from_select(multiple: bool):
if multiple:

class FormSelect(BaseModel):
choices: list[Choices]
choices: List[Choices]
else:

class FormSelect(BaseModel):
Expand Down

0 comments on commit f63fe00

Please sign in to comment.