Update __init__.py

Added rogue missing comma!
This commit is contained in:
Philip Howard
2015-09-21 17:00:09 +01:00
parent 5669a98b42
commit 9019452973

View File

@@ -24,7 +24,7 @@ from .output_devices import (
Motor, Motor,
) )
from .boards import ( from .boards import (
TrafficLights TrafficLights,
PiTraffic, PiTraffic,
FishDish, FishDish,
PiLiter, PiLiter,