Skip to content

Commit dadd935

Browse files
committed
"Reformatted per new black version"
1 parent bcf34bc commit dadd935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_slideshow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def _reorder_slides(self) -> None:
298298

299299
def _set_backlight(self, brightness: float) -> None:
300300
if self._backlight_pwm:
301-
full_brightness = 2 ** 16 - 1
301+
full_brightness = 2**16 - 1
302302
self._backlight_pwm.duty_cycle = int(full_brightness * brightness)
303303
else:
304304
try:

0 commit comments

Comments
 (0)