Skip to content

Commit f55ccdf

Browse files
committed
log
1 parent d768e98 commit f55ccdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sempy_labs/_labels.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
from typing import Optional, Union
55
from uuid import UUID
66
from sempy.fabric.exceptions import FabricHTTPException
7+
from sempy._utils._log import log
78

89

10+
@log
911
def list_item_labels(workspace: Optional[Union[str, UUID]] = None) -> pd.DataFrame:
1012
"""
1113
List all items within a workspace and shows their sensitivity labels.

0 commit comments

Comments
 (0)