nixos/lib/test-driver: fix linting after compatibility clean‐up (#359060)

This commit is contained in:
Emily
2024-11-25 17:32:05 +00:00
committed by GitHub
+1 -3
View File
@@ -8,8 +8,6 @@ from contextlib import AbstractContextManager, contextmanager
from pathlib import Path
from typing import Any
from colorama import Fore, Style
from test_driver.logger import AbstractLogger
from test_driver.machine import Machine, NixStartScript, retry
from test_driver.polling_condition import PollingCondition
@@ -206,7 +204,7 @@ class Driver:
def create_machine(
self,
start_command: str | dict,
start_command: str,
*,
name: str | None = None,
keep_vm_state: bool = False,