Skip to content

Commit cd8cc23

Browse files
committed
"Reformatted per new black version"
1 parent 438a2dd commit cd8cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rtttl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _play_to_pin(
135135
if piano_note in PIANO:
136136
if pwm:
137137
base_tone.frequency = int(PIANO[piano_note])
138-
base_tone.duty_cycle = 2 ** 15
138+
base_tone.duty_cycle = 2**15
139139
else:
140140
# AudioOut interface changed in CP 3.x
141141
if sys.implementation.version[0] >= 3:

0 commit comments

Comments
 (0)