Skip to content

Commit ff3c574

Browse files
committed
style: final ruff format normalization
1 parent 0aa594b commit ff3c574

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

concore_cli/commands/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def _write_docker_compose(output_path):
124124
if re.match(r"^[a-zA-Z0-9_-]+$", part1):
125125
named_volumes.add(part1)
126126

127-
128127
if named_volumes:
129128
compose_lines.append("")
130129
compose_lines.append("volumes:")

0 commit comments

Comments
 (0)