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:
commit
0f6738ddd2
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue