Skip to content

Commit 388cc27

Browse files
committed
Reformat with make format-python .
1 parent b1ec3e6 commit 388cc27

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

tests/test_mig_shared_griddaemons_login.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@
6666
)
6767

6868
# More imports required for the unit test wrapping
69-
from mig.shared.useradm import (
70-
_ensure_dirs_needed_for_userdb,
71-
create_user
72-
)
69+
from mig.shared.useradm import _ensure_dirs_needed_for_userdb, create_user
7370

7471
# Imports required for the unit tests themselves
7572
from tests.support import (
@@ -2474,8 +2471,10 @@ def test_update_login_map_jupyter(self):
24742471
user_dict=None,
24752472
)
24762473
# Populate jupyter_mounts list
2477-
self.configuration.daemon_conf['jupyter_mounts'] = [
2478-
test_session, other_session]
2474+
self.configuration.daemon_conf["jupyter_mounts"] = [
2475+
test_session,
2476+
other_session,
2477+
]
24792478
# Call the function under test
24802479
update_login_map(
24812480
daemon_conf=self.configuration.daemon_conf,

0 commit comments

Comments
 (0)