mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Add missing comma
This commit is contained in:
@@ -26,7 +26,7 @@ from .output_devices import (
|
||||
)
|
||||
from .boards import (
|
||||
TrafficLights,
|
||||
PiTraffic
|
||||
PiTraffic,
|
||||
FishDish,
|
||||
TrafficHat
|
||||
PiLiter,
|
||||
@@ -41,4 +41,4 @@ atexit.register(gpiozero_shutdown)
|
||||
GPIO.setmode(GPIO.BCM)
|
||||
GPIO.setwarnings(False)
|
||||
|
||||
__version__ = '0.3.1'
|
||||
__version__ = '0.3.2'
|
||||
|
||||
Reference in New Issue
Block a user