mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +02:00
review changes and linting
This commit is contained in:
parent
63c2b7907f
commit
32789faec6
3 changed files with 45 additions and 33 deletions
|
@ -62,7 +62,7 @@ class RegistryError(Exception):
|
|||
- 2501 - 2502 Something malicious or abusive may have occurred
|
||||
"""
|
||||
|
||||
def __init__(self, *args, code=None, note="",**kwargs):
|
||||
def __init__(self, *args, code=None, note="", **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.code = code
|
||||
# note is a string that can be used to provide additional context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue