Fix missing comma in __init__

This commit is contained in:
Dave Jones
2015-09-22 22:07:30 +01:00
parent b878905f4d
commit b81d9ed875

View File

@@ -26,9 +26,9 @@ from .output_devices import (
) )
from .boards import ( from .boards import (
TrafficLights, TrafficLights,
PiTraffic PiTraffic,
FishDish, FishDish,
TrafficHat TrafficHat,
PiLiter, PiLiter,
) )