diff bin/keyboardcomposer @ 1860:5bcb950024af

reformat python Ignore-this: 7bbe37d199612c9c74ef2904c3f13553
author drewp@bigasterisk.com
date Wed, 22 May 2019 00:09:13 +0000
parents f066d6e874db
children 3c523c71da29
line wrap: on
line diff
--- a/bin/keyboardcomposer	Wed May 22 00:08:22 2019 +0000
+++ b/bin/keyboardcomposer	Wed May 22 00:09:13 2019 +0000
@@ -1,6 +1,5 @@
 #!bin/python
 
-
 from run_local import log
 import cgi, time, logging
 from optparse import OptionParser
@@ -501,9 +500,8 @@
         row['bg'] = 'black'
 
     def get_levels(self):
-        return dict([
-            (uri, box.slider_var.get()) for uri, box in list(self.subbox.items())
-        ])
+        return dict([(uri, box.slider_var.get())
+                     for uri, box in list(self.subbox.items())])
 
     def get_output_settings(self, _graph=None):
         _graph = _graph or self.graph