Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Jul 22, 2020
1 parent 61fd60c commit 2cf26f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlgen/form.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Form(Element):
url: str
target: str
encryption_type: str
autocomplete: Optional[str]
autocomplete: Optional[Autocomplete]
multipart: bool
def __init__(self, method: str = ..., url: str = ...) -> None: ...
def set_blank_target(self) -> None: ...
Expand Down

0 comments on commit 2cf26f1

Please sign in to comment.