Skip to content

Commit 4d4b3b5

Browse files
committed
udpated type
1 parent 57ec09b commit 4d4b3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/fixtures/test_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_databricks_connect_serverless_set_cluster_id(ws, spark_serverless_clust
5757
assert not creator # serverless clusters don't have assigned creator
5858

5959

60-
def get_cluster_creator(spark: SparkSession, ws: WorkspaceClient) -> str:
60+
def get_cluster_creator(spark: SparkSession, ws: WorkspaceClient) -> str | None:
6161
"""
6262
Get the creator of the cluster that the Spark session is connected to.
6363
"""

0 commit comments

Comments
 (0)