mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 06:56:33 +02:00
lint
This commit is contained in:
parent
d0f0d56620
commit
82e254af97
4 changed files with 9 additions and 23 deletions
|
@ -51,6 +51,7 @@ class DomainRequestPermissionDisplay(StrEnum):
|
|||
- VIEWER: "Viewer"
|
||||
- NONE: "None"
|
||||
"""
|
||||
|
||||
VIEWER_REQUESTER = "Viewer Requester"
|
||||
VIEWER = "Viewer"
|
||||
NONE = "None"
|
||||
|
@ -64,6 +65,7 @@ class MemberPermissionDisplay(StrEnum):
|
|||
- VIEWER: "Viewer"
|
||||
- NONE: "None"
|
||||
"""
|
||||
|
||||
MANAGER = "Manager"
|
||||
VIEWER = "Viewer"
|
||||
NONE = "None"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue