Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Jan 28, 2025
1 parent 43de77c commit 01ec5ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sempy_labs/admin/_domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,7 @@ def assign_domain_workspaces_by_capacities(
)


def assign_domain_workspaces(
domain: str | UUID, workspace_names: str | List[str]
):
def assign_domain_workspaces(domain: str | UUID, workspace_names: str | List[str]):
"""
Assigns workspaces to the specified domain by workspace.
Expand Down

0 comments on commit 01ec5ef

Please sign in to comment.