mini cleanup
authorwitti96 <niklas96w@gmail.com>
Sat, 29 Nov 2014 16:11:25 +0000 (17:11 +0100)
committerwitti96 <niklas96w@gmail.com>
Sat, 29 Nov 2014 16:11:25 +0000 (17:11 +0100)
rainbowstream/rainbow.py

index ed7f734cccbb17949f2e1d909d652e10402249b3..0bfc2af332053455b460996ca5f0aea502382db7 100644 (file)
@@ -1,5 +1,4 @@
 import os
-
 import os.path
 import sys
 import signal
@@ -42,7 +41,6 @@ def parse_arguments():
     Parse the arguments
     """
     parser = argparse.ArgumentParser(description=__doc__ or "")
-
     parser.add_argument(
         '-s',
         '--stream',