diff sat/__init__.py @ 2624:56f94936df1e

code style reformatting using black
author Goffi <goffi@goffi.org>
date Wed, 27 Jun 2018 20:14:46 +0200
parents 4c086cf7af66
children 20bf6887d1ed
line wrap: on
line diff
--- a/sat/__init__.py	Wed Jun 27 07:51:29 2018 +0200
+++ b/sat/__init__.py	Wed Jun 27 20:14:46 2018 +0200
@@ -18,10 +18,10 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 import os.path
 
-version_file = os.path.join(os.path.dirname(__file__), 'VERSION')
+version_file = os.path.join(os.path.dirname(__file__), "VERSION")
 try:
     with open(version_file) as f:
         __version__ = f.read().strip()
 except NotImplementedError:
     # pyjamas workaround
-    __version__ = '0.7D'
+    __version__ = "0.7D"