test/pytest: add missing import, remove unused import

Add missed import time and remove unused name import.

Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com>

Closes #12446
This commit is contained in:
Alejo Sanchez
2023-01-04 21:28:20 +01:00
committed by Avi Kivity
parent 5ffe4fee6d
commit d632e1aa7a

View File

@@ -9,7 +9,8 @@
Manages driver refresh when cluster is cycled.
"""
from typing import List, Optional, Callable, NamedTuple, Any
from typing import List, Optional, Callable, Any
from time import time
import logging
from test.pylib.rest_client import UnixRESTClient, ScyllaRESTAPIClient
from test.pylib.util import wait_for