Skip to content

Commit fd1dc84

Browse files
committed
Fix code style
1 parent 2e75cab commit fd1dc84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

starter/runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"PYTHON_RUNNER_TMPFS_MOUNT_SIZE_IN_BYTES", "104857600"
5151
)
5252
DROPPED_CAPABILITIES = [
53-
cap for cap in os.environ.get("PYTHON_RUNNER_DROPPED_CAPABILITIES", "").split(",")
53+
cap
54+
for cap in os.environ.get("PYTHON_RUNNER_DROPPED_CAPABILITIES", "").split(",")
5455
if cap.strip()
5556
]
5657
NO_NEW_PRIVILEGES = (

0 commit comments

Comments
 (0)