Skip to content

Commit bcf3523

Browse files
Enforce keyword-only arguments in make_image_file (#2989)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d7f7674 commit bcf3523

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/mock_vws/utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def auth_header_content_type(self) -> str:
8585

8686
@beartype
8787
def make_image_file(
88+
*,
8889
file_format: str,
8990
color_space: Literal["RGB", "CMYK"],
9091
width: int,

0 commit comments

Comments
 (0)