From 788802efcc5aa041028ef93f06ca7d0c139225d6 Mon Sep 17 00:00:00 2001 From: John Davis Date: Thu, 3 Oct 2024 15:08:29 -0400 Subject: [PATCH] tmp --- lib/galaxy/webapps/galaxy/services/roles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/galaxy/webapps/galaxy/services/roles.py b/lib/galaxy/webapps/galaxy/services/roles.py index afa34fd05a82..3e74b07b1b2a 100644 --- a/lib/galaxy/webapps/galaxy/services/roles.py +++ b/lib/galaxy/webapps/galaxy/services/roles.py @@ -21,6 +21,7 @@ def role_to_model(role): return RoleModelResponse(**item) +# TMP JUST A COMMENT TODO REMOVE THIS class RolesService(ServiceBase): def __init__(