nixos/test-driver: apply ruff fixes & suggestions

This commit is contained in:
Jörg Thalheim
2023-09-30 10:18:47 +02:00
parent 93b1fa09d5
commit a1f01abe53
7 changed files with 29 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
from pathlib import Path
import io
import os
import pty
import subprocess
from pathlib import Path
from test_driver.logger import rootlog