Skip to content

Commit 7a44bc3

Browse files
committed
fix indentation error
1 parent 508ded8 commit 7a44bc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bigframes/session/bigquery_session.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ def close(self):
9696
self._sessiondaemon.stop()
9797

9898
if self._session_id is not None and self.bqclient is not None:
99-
self.bqclient.query_and_wait(
100-
f"CALL BQ.ABORT_SESSION('{self._session_id}')",
101-
location=self.location,
102-
)
99+
self.bqclient.query_and_wait(
100+
f"CALL BQ.ABORT_SESSION('{self._session_id}')",
101+
location=self.location,
102+
)
103103

104104
def _get_session_id(self) -> str:
105105
if self._session_id:

0 commit comments

Comments
 (0)