Skip to content

Commit fa43e38

Browse files
committed
fix black format issue
1 parent 9361f44 commit fa43e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

checkbox-ng/plainbox/impl/session/remote_assistant.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ def envvar_priority(info):
369369
if "XDG_RUNTIME_DIR" not in extra_env:
370370
extra_env["XDG_RUNTIME_DIR"] = "/run/user/{}".format(uid)
371371
if "DBUS_SESSION_BUS_ADDRESS" not in extra_env:
372-
extra_env[
373-
"DBUS_SESSION_BUS_ADDRESS"
374-
] = "unix:path=/run/user/{}/bus".format(uid)
372+
extra_env["DBUS_SESSION_BUS_ADDRESS"] = (
373+
"unix:path=/run/user/{}/bus".format(uid)
374+
)
375375
return extra_env
376376

377377
@allowed_when(RemoteSessionStates.Idle)

0 commit comments

Comments
 (0)