Skip to content

Commit

Permalink
Correct default value for GenericImage typevar
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Sep 19, 2024
1 parent a7fb0b6 commit e9e8496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/qrcode/qrcode/main.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class QRCode(Generic[GenericImage]):
) -> None: ...
@overload
def __init__(
self: QRCode[BaseImage],
self: QRCode[_DefaultImage],
version: ConvertibleToInt | None = None,
error_correction: ErrorCorrect = 0,
box_size: ConvertibleToInt = 10,
Expand Down

0 comments on commit e9e8496

Please sign in to comment.