diff sat/test/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/test/constants.py	Wed Jun 27 07:51:29 2018 +0200
+++ b/sat/test/constants.py	Wed Jun 27 20:14:46 2018 +0200
@@ -23,10 +23,22 @@
 
 class Const(object):
 
-    PROF_KEY_NONE = '@NONE@'
+    PROF_KEY_NONE = "@NONE@"
 
-    PROFILE = ['test_profile', 'test_profile2', 'test_profile3', 'test_profile4', 'test_profile5']
-    JID_STR = [u"test@example.org/SàT", u"sender@example.net/house", u"sender@example.net/work", u"sender@server.net/res", u"xxx@server.net/res"]
+    PROFILE = [
+        "test_profile",
+        "test_profile2",
+        "test_profile3",
+        "test_profile4",
+        "test_profile5",
+    ]
+    JID_STR = [
+        u"test@example.org/SàT",
+        u"sender@example.net/house",
+        u"sender@example.net/work",
+        u"sender@server.net/res",
+        u"xxx@server.net/res",
+    ]
     JID = [jid.JID(jid_s) for jid_s in JID_STR]
 
     PROFILE_DICT = {}