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,6 +1,6 @@
from typing import Callable, Optional
from math import isfinite
import time
from math import isfinite
from typing import Callable, Optional
from .logger import rootlog