Skip to content

Commit 65f714c

Browse files
committed
lint fix
1 parent 95f3cb3 commit 65f714c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

google/cloud/spark_connect/session.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ def create(self) -> "SparkSession":
143143
def __create_spark_connect_session_from_s8s(
144144
self, session_response
145145
) -> "SparkSession":
146-
GoogleSparkSession._active_s8s_session_uuid = (
147-
session_response.uuid
148-
)
146+
GoogleSparkSession._active_s8s_session_uuid = session_response.uuid
149147
GoogleSparkSession._project_id = self._project_id
150148
GoogleSparkSession._region = self._region
151149
GoogleSparkSession._client_options = self._client_options

0 commit comments

Comments
 (0)