Skip to content

Commit

Permalink
Merge pull request #68 from dshaw0004/master
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture authored Sep 15, 2023
2 parents 902141c + 99e62a3 commit 4b93cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/captcha/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
width: int = 160,
height: int = 60,
fonts: t.Optional[t.List[str]] = None,
font_sizes: t.Optional[t.Tuple[int]] = None):
font_sizes: t.Optional[t.Tuple[int, ...]] = None):
self._width = width
self._height = height
self._fonts = fonts or DEFAULT_FONTS
Expand Down

0 comments on commit 4b93cba

Please sign in to comment.