We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a7d99 commit a34254eCopy full SHA for a34254e
libs/labelbox/src/labelbox/schema/role.py
@@ -23,6 +23,7 @@ def get_roles(client: "Client") -> Dict[str, "Role"]:
23
24
25
def format_role(name: str):
26
+ # Convert to uppercase and replace spaces with underscores
27
return name.upper().replace(" ", "_")
28
29
0 commit comments