refactor: streamline error handling with contextlib in template preparation

This commit is contained in:
2026-05-26 18:42:32 +02:00
parent 9c84e66dc3
commit 5d1ec39b1d
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -19,10 +19,10 @@ from __future__ import annotations
import json
import re
import shutil
import signal
import subprocess
import sys
import tempfile
import signal
import time
import uuid
from datetime import UTC, datetime