Remove an unused function from test/cql-pytest/test_using_timeout.py. Some linters can complain that this function used re.compile(), but the "re" package was never imported. Since this function isn't used, the right fix is to remove it - and not add the missing import. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Closes scylladb/scylladb#17801
8.9 KiB
8.9 KiB