diff --git a/python-libs/poulpe/scheduling.py b/python-libs/poulpe/scheduling.py
index ebc14cd7edc5464ceef9bfda6e7ce76a3908ad10_cHl0aG9uLWxpYnMvcG91bHBlL3NjaGVkdWxpbmcucHk=..8a83a1249a5c3424aff8715459377d429cadaa29_cHl0aG9uLWxpYnMvcG91bHBlL3NjaGVkdWxpbmcucHk= 100644
--- a/python-libs/poulpe/scheduling.py
+++ b/python-libs/poulpe/scheduling.py
@@ -468,9 +468,8 @@
         # TODO make a "poulpe resolve-bin-env-spec"?
         cmd = [setup_script.resolve(), "--get-unique-id"] + cli_args_list
 
-
         # Get the actual unique bin-env ID that only the suite can resolve
         # (because of its dependencies, etc.)
         res = subprocess.run(
             cmd,
             cwd=tmp_target,
@@ -472,9 +471,10 @@
         # Get the actual unique bin-env ID that only the suite can resolve
         # (because of its dependencies, etc.)
         res = subprocess.run(
             cmd,
             cwd=tmp_target,
-            env=env, capture_output=True,
+            env=env,
+            capture_output=True,
         )
         try:
             res.check_returncode()