mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-23 20:31:32 +08:00
third iteration of stubs
This commit is contained in:
@@ -14,6 +14,6 @@ class ImageFile(File):
|
||||
def height(self) -> int: ...
|
||||
|
||||
def get_image_dimensions(
|
||||
file_or_path: Union[BytesIO, BufferedReader, str, ImageFile],
|
||||
file_or_path: Union[BufferedReader, BytesIO, ImageFile, str],
|
||||
close: bool = ...,
|
||||
) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user