Skip to content

Commit

Permalink
Merge pull request #279 from dirkcuys/patch-1
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
Gadgetoid committed Mar 20, 2018
2 parents caa135d + d71ccef commit e4a05d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/examples/strandtest.py
Original file line number Diff line number Diff line change
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 e4a05d6

Please sign in to comment.