Skip to content

Commit 4cadfb8

Browse files
committed
fmt
1 parent 0a42ddf commit 4cadfb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/databricks/sql/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ def cancel(self) -> None:
11721172
def close(self) -> None:
11731173
"""Close cursor"""
11741174
self.open = False
1175-
1175+
11761176
# Close active operation handle if it exists
11771177
if self.active_op_handle:
11781178
try:
@@ -1182,7 +1182,7 @@ def close(self) -> None:
11821182
logging.warning(f"Error closing operation handle: {e}")
11831183
finally:
11841184
self.active_op_handle = None
1185-
1185+
11861186
if self.active_result_set:
11871187
self._close_and_clear_active_result_set()
11881188

0 commit comments

Comments
 (0)