Skip to content

Commit

Permalink
Remove vestigial CoreDeveloper
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongmassey committed Oct 2, 2024
1 parent 4064460 commit 31f9050
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions jobserver/authorization/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .roles import (
CoreDeveloper,
InteractiveReporter,
OutputChecker,
OutputPublisher,
Expand All @@ -11,7 +10,6 @@


__all__ = [
"CoreDeveloper",
"StaffAreaAdministrator",
"InteractiveReporter",
"OutputChecker",
Expand Down
6 changes: 0 additions & 6 deletions jobserver/authorization/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
)


class CoreDeveloper:
"""
Temporary role to allow migration to proceed.
"""


class StaffAreaAdministrator:
"""
Bennett staff member with administrator access to Job Server.
Expand Down

0 comments on commit 31f9050

Please sign in to comment.