We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efe73f commit 52aaebbCopy full SHA for 52aaebb
tests/integration/fixtures/test_connect.py
@@ -3,6 +3,6 @@ def test_databricks_connect(spark):
3
assert rows[0][0] == 1
4
5
6
-def test_databricks_connect_serverless(serverless_env, spark):
+def test_databricks_connect_serverless(serverless_env, spark) -> None:
7
rows = spark.sql("SELECT 1").collect()
8
0 commit comments