From d71ccefa78b1900cb49f3bd3d58f44d3d4d79d30 Mon Sep 17 00:00:00 2001 From: Dirk Uys Date: Mon, 19 Mar 2018 17:00:13 +0200 Subject: [PATCH] Remove unused import --- python/examples/strandtest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/examples/strandtest.py b/python/examples/strandtest.py index 4db51ba3..0f4c32b5 100644 --- a/python/examples/strandtest.py +++ b/python/examples/strandtest.py @@ -7,7 +7,6 @@ import time from neopixel import * -from rpi_ws281x.rpi_ws281x import ws import argparse # LED strip configuration: @@ -113,4 +112,4 @@ def theaterChaseRainbow(strip, wait_ms=50): except KeyboardInterrupt: if args.clear: - colorWipe(strip, Color(0,0,0), 10) \ No newline at end of file + colorWipe(strip, Color(0,0,0), 10)