Correct python black rules
Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
This commit is contained in:

committed by
Thomas Haller

parent
c8b13dc92f
commit
1f5c7f7d81
@@ -11,11 +11,11 @@ s_con = dbus.Dictionary(
|
||||
)
|
||||
|
||||
s_wifi = dbus.Dictionary(
|
||||
{"ssid": dbus.ByteArray("best-wifi".encode("utf-8")), "mode": "infrastructure",}
|
||||
{"ssid": dbus.ByteArray("best-wifi".encode("utf-8")), "mode": "infrastructure"}
|
||||
)
|
||||
|
||||
s_wsec = dbus.Dictionary(
|
||||
{"key-mgmt": "wpa-psk", "auth-alg": "open", "psk": "super-secret-password",}
|
||||
{"key-mgmt": "wpa-psk", "auth-alg": "open", "psk": "super-secret-password"}
|
||||
)
|
||||
|
||||
s_ip4 = dbus.Dictionary({"method": "auto"})
|
||||
|
Reference in New Issue
Block a user