Skip to content

Commit 9881653

Browse files
committed
Add a comment
1 parent 0d32b92 commit 9881653

File tree

1 file changed

+1
-0
lines changed
  • libs/labelbox/src/labelbox/schema

1 file changed

+1
-0
lines changed

libs/labelbox/src/labelbox/schema/role.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def get_roles(client: "Client") -> Dict[str, "Role"]:
2323

2424

2525
def format_role(name: str):
26+
# Convert to snake case
2627
return name.upper().replace(" ", "_")
2728

2829

0 commit comments

Comments
 (0)