Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Mar 19, 2018
1 parent caa135d commit d71ccef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/examples/strandtest.py
Expand Up @@ -7,7 +7,6 @@

import time
from neopixel import *
from rpi_ws281x.rpi_ws281x import ws
import argparse

# LED strip configuration:
Expand Down Expand Up @@ -113,4 +112,4 @@ def theaterChaseRainbow(strip, wait_ms=50):

except KeyboardInterrupt:
if args.clear:
colorWipe(strip, Color(0,0,0), 10)
colorWipe(strip, Color(0,0,0), 10)

0 comments on commit d71ccef

Please sign in to comment.