mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
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:
committed by
Avi Kivity
parent
5ffe4fee6d
commit
d632e1aa7a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user