Skip to content

Commit

Permalink
"Reformatted per new black version"
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 29, 2022
1 parent 438a2dd commit cd8cc23
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 @@ -135,7 +135,7 @@ def _play_to_pin(
if piano_note in PIANO:
if pwm:
base_tone.frequency = int(PIANO[piano_note])
base_tone.duty_cycle = 2 ** 15
base_tone.duty_cycle = 2**15
else:
# AudioOut interface changed in CP 3.x
if sys.implementation.version[0] >= 3:
Expand Down

0 comments on commit cd8cc23

Please sign in to comment.