Skip to content

Commit 139728e

Browse files
committed
formatting fix
1 parent c1b60a4 commit 139728e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cwltool/job.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,7 @@ def _preserve_environment_on_containers_warning(
473473
def extract_environment(
474474
runtimeContext: RuntimeContext, envVarReq: Mapping[str, str]
475475
) -> Mapping[str, str]:
476-
"""
477-
Extract environment variables that should be preserved
478-
"""
476+
"""Extract environment variables that should be preserved."""
479477
# Start empty
480478
env: dict[str, str] = {}
481479
# Preserve any env vars

0 commit comments

Comments
 (0)