Skip to content

Commit

Permalink
Merge pull request #27 from FoamyGuy/typing_fix
Browse files Browse the repository at this point in the history
fix typing for play() function args
  • Loading branch information
FoamyGuy committed Dec 7, 2021
2 parents fb3a0dc + a2ffede commit f7c6c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_rtttl.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _play_to_pin(
def play(
pin,
rtttl: str,
octave: int = Optional[None],
octave: Optional[int] = None,
duration: Optional[int] = None,
tempo: Optional[int] = None,
) -> None:
Expand Down

0 comments on commit f7c6c91

Please sign in to comment.