Skip to content

Commit 4a6c7fe

Browse files
Update stubs/httpretty/httpretty/http.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent fc10a19 commit 4a6c7fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/httpretty/httpretty/http.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class HttpBaseClass:
1515
PATCH: Literal["PATCH"]
1616
OPTIONS: Literal["OPTIONS"]
1717
CONNECT: Literal["CONNECT"]
18-
METHODS: tuple[Literal["GET", "PUT", "POST", "DELETE", "HEAD", "PATCH", "OPTIONS", "CONNECT"], ...]
18+
METHODS: tuple[_HTTPMethod, ...]
1919

2020
def parse_requestline(s: str) -> tuple[str, str, str]: ...
2121
def last_requestline(sent_data: Sequence[_T]) -> _T | None: ...

0 commit comments

Comments
 (0)