Skip to content

Commit d872e72

Browse files
committed
Removed unused imports
1 parent d3aa65e commit d872e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tck/steps/cypher_compability_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from behave import *
2222

2323
from test.tck import tck_util
24-
from test.tck.tck_util import TestValue, send_string, send_parameters
24+
from test.tck.tck_util import TestValue
2525
from test.tck.resultparser import parse_values, parse_values_to_comparable
2626

2727
use_step_matcher("re")

0 commit comments

Comments
 (0)