We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f3cb3 commit 65f714cCopy full SHA for 65f714c
google/cloud/spark_connect/session.py
@@ -143,9 +143,7 @@ def create(self) -> "SparkSession":
143
def __create_spark_connect_session_from_s8s(
144
self, session_response
145
) -> "SparkSession":
146
- GoogleSparkSession._active_s8s_session_uuid = (
147
- session_response.uuid
148
- )
+ GoogleSparkSession._active_s8s_session_uuid = session_response.uuid
149
GoogleSparkSession._project_id = self._project_id
150
GoogleSparkSession._region = self._region
151
GoogleSparkSession._client_options = self._client_options
0 commit comments