modernisation for python 3.11
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# This file contains type hints that can be prepended to Nix test scripts so they can be type
|
||||
# checked.
|
||||
|
||||
from typing import Callable, List
|
||||
from collections.abc import Callable
|
||||
|
||||
from test_driver import Machine
|
||||
|
||||
start_all: Callable[[], None]
|
||||
machines: List[Machine]
|
||||
machines: list[Machine]
|
||||
|
||||
Reference in New Issue
Block a user