Skip to content

Commit 2485a73

Browse files
remove duplicate cursor def
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 40f6ec4 commit 2485a73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def test_executing_multiple_commands_uses_the_most_recent_command(self):
240240
mock_backend = ThriftDatabricksClientMockFactory.new()
241241
mock_backend.execute_command.side_effect = mock_result_sets
242242

243-
cursor = client.Cursor(connection=Mock(), backend=mock_backend)
244243
cursor = client.Cursor(connection=Mock(), backend=mock_backend)
245244
cursor.execute("SELECT 1;")
246245
cursor.execute("SELECT 1;")

0 commit comments

Comments
 (0)