Skip to content

Commit e264915

Browse files
author
Jesse Whitehouse
committed
Remove commented-out code from tests and one unused import
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent 9a533af commit e264915

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/e2e/test_parameterized_queries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import pytest
99
import pytz
1010

11-
from databricks.sql.exc import DatabaseError
1211
from databricks.sql.parameters.native import (
1312
BigIntegerParameter,
1413
BooleanParameter,
@@ -361,7 +360,6 @@ def test_readme_example(self):
361360
class TestInlineParameterSyntax(PySQLPytestTestCase):
362361
"""The inline parameter approach uses pyformat markers"""
363362

364-
# @pytest.mark.parametrize("use_inline_params", (True, False))
365363
def test_params_as_dict(self):
366364
query = "SELECT %(foo)s foo, %(bar)s bar, %(baz)s baz"
367365
params = {"foo": 1, "bar": 2, "baz": 3}

0 commit comments

Comments
 (0)