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 2fab8c9 commit c63eba8Copy full SHA for c63eba8
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 snake case
27
return name.upper().replace(" ", "_")
28
29
0 commit comments