Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Dec 19, 2024
1 parent a30fa5c commit 9abcb6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/sempy_labs/_helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ def resolve_lakehouse_id(
)


def get_direct_lake_sql_endpoint(dataset: str | UUID, workspace: Optional[str] = None) -> UUID:
def get_direct_lake_sql_endpoint(
dataset: str | UUID, workspace: Optional[str] = None
) -> UUID:
"""
Obtains the SQL Endpoint ID of the semantic model.
Expand Down
2 changes: 1 addition & 1 deletion src/sempy_labs/_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from sempy_labs._helper_functions import (
resolve_warehouse_id,
resolve_lakehouse_id,
resolve_workspace_name_and_id
resolve_workspace_name_and_id,
)
from uuid import UUID

Expand Down

0 comments on commit 9abcb6e

Please sign in to comment.