diff --git a/InvenTree/users/admin.py b/InvenTree/users/admin.py index ba7638612a..39a7b1c9ee 100644 --- a/InvenTree/users/admin.py +++ b/InvenTree/users/admin.py @@ -78,7 +78,7 @@ class InvenTreeGroupAdminForm(forms.ModelForm): return instance -class RoleGroupAdmin(admin.ModelAdmin): +class RoleGroupAdmin(admin.ModelAdmin): # pragma: no cover """ Custom admin interface for the Group model """