0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

[staging-next-24.11] nixos/lib/test-driver: fix linting after compatibility clean‐up (#359689)

This commit is contained in:
Emily 2024-11-27 22:10:28 +00:00 committed by GitHub
commit 0f6738ddd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,8 +7,6 @@ from contextlib import contextmanager
from pathlib import Path
from typing import Any, Callable, ContextManager, Dict, Iterator, List, Optional, Union
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
@ -205,7 +203,7 @@ class Driver:
def create_machine(
self,
start_command: str | dict,
start_command: str,
*,
name: Optional[str] = None,
keep_vm_state: bool = False,