We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make_image_file
1 parent d7f7674 commit bcf3523Copy full SHA for bcf3523
1 file changed
tests/mock_vws/utils/__init__.py
@@ -85,6 +85,7 @@ def auth_header_content_type(self) -> str:
85
86
@beartype
87
def make_image_file(
88
+ *,
89
file_format: str,
90
color_space: Literal["RGB", "CMYK"],
91
width: int,
0 commit comments