Skip to content

Commit 6e41ebf

Browse files
line gap after multi-line pydoc
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 8efa68c commit 6e41ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sql/backend/sea_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def _extract_warehouse_id(self, http_path: str) -> str:
9393
Raises:
9494
ValueError: If the warehouse ID cannot be extracted from the path
9595
"""
96+
9697
warehouse_pattern = re.compile(r".*/warehouses/(.+)")
9798
endpoint_pattern = re.compile(r".*/endpoints/(.+)")
9899

0 commit comments

Comments
 (0)