diff sat/bridge/bridge_constructor/constants.py @ 2624:56f94936df1e

code style reformatting using black
author Goffi <goffi@goffi.org>
date Wed, 27 Jun 2018 20:14:46 +0200
parents 26edcf3a30eb
children 003b8b4b56a7
line wrap: on
line diff
--- a/sat/bridge/bridge_constructor/constants.py	Wed Jun 27 07:51:29 2018 +0200
+++ b/sat/bridge/bridge_constructor/constants.py	Wed Jun 27 20:14:46 2018 +0200
@@ -1,5 +1,5 @@
 #!/usr/bin/env python2
-#-*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
 
 # SàT: a XMPP client
 # Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
@@ -31,11 +31,13 @@
     This program comes with ABSOLUTELY NO WARRANTY;
     This is free software, and you are welcome to redistribute it
     under certain conditions.
-    """.format(name=NAME, version=constants.Const.APP_VERSION)
-# TODO: move protocoles in separate files (plugins?)
-    DEFAULT_PROTOCOLE = 'dbus'
+    """.format(
+        name=NAME, version=constants.Const.APP_VERSION
+    )
+    #  TODO: move protocoles in separate files (plugins?)
+    DEFAULT_PROTOCOLE = "dbus"
 
-# flags used method/signal declaration (not to be confused with constructor flags)
-    DECLARATION_FLAGS = ['deprecated', 'async']
+    # flags used method/signal declaration (not to be confused with constructor flags)
+    DECLARATION_FLAGS = ["deprecated", "async"]
 
     ENV_OVERRIDE = "SAT_BRIDGE_CONST_"  # Prefix used to override a constant