Skip to content

Commit 2cf26f1

Browse files
committed
Fix type hint
1 parent 61fd60c commit 2cf26f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlgen/form.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Form(Element):
1414
url: str
1515
target: str
1616
encryption_type: str
17-
autocomplete: Optional[str]
17+
autocomplete: Optional[Autocomplete]
1818
multipart: bool
1919
def __init__(self, method: str = ..., url: str = ...) -> None: ...
2020
def set_blank_target(self) -> None: ...

0 commit comments

Comments
 (0)