mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix missing comma in __init__
This commit is contained in:
@@ -26,9 +26,9 @@ from .output_devices import (
|
||||
)
|
||||
from .boards import (
|
||||
TrafficLights,
|
||||
PiTraffic
|
||||
PiTraffic,
|
||||
FishDish,
|
||||
TrafficHat
|
||||
TrafficHat,
|
||||
PiLiter,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user