mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
improved version
This commit is contained in:
@@ -37,7 +37,7 @@ def conditional_content_removal(
|
||||
) -> HttpResponseBase: ...
|
||||
|
||||
|
||||
def encode_file(boundary: str, key: str, file: Any) -> List[bytes]: ...
|
||||
def encode_file(boundary: str, key: str, file: object) -> List[bytes]: ...
|
||||
|
||||
|
||||
def encode_multipart(boundary: str, data: Dict[str, Any]) -> bytes: ...
|
||||
|
||||
Reference in New Issue
Block a user