diff sat_frontends/tools/misc.py @ 2624:56f94936df1e

code style reformatting using black
author Goffi <goffi@goffi.org>
date Wed, 27 Jun 2018 20:14:46 +0200
parents b4ecbcc2fd08
children 559a625a236b
line wrap: on
line diff
--- a/sat_frontends/tools/misc.py	Wed Jun 27 07:51:29 2018 +0200
+++ b/sat_frontends/tools/misc.py	Wed Jun 27 20:14:46 2018 +0200
@@ -19,7 +19,6 @@
 
 
 class InputHistory(object):
-
     def _updateInputHistory(self, text=None, step=None, callback=None, mode=""):
         """Update the lists of previously sent messages. Several lists can be
         handled as they are stored in a dictionary, the argument "mode" being
@@ -92,4 +91,3 @@
     def unused(self):
         """Return flags which has not been used yet"""
         return self.flags.difference(self._used_flags)
-