mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
linted
This commit is contained in:
parent
c5b841f6fb
commit
d9cc947f6e
2 changed files with 0 additions and 2 deletions
|
@ -702,7 +702,6 @@ class CisaRepresentativeYesNoForm(BaseYesNoForm):
|
|||
"""Yes/no toggle for the CISA regions question on additional details"""
|
||||
|
||||
form_is_checked = property(lambda self: self.domain_request.has_cisa_representative) # type: ignore
|
||||
logger.debug("CHECKING FOR YES/NO CHECK -- %s" % form_is_checked)
|
||||
field_name = "has_cisa_representative"
|
||||
|
||||
|
||||
|
|
|
@ -457,7 +457,6 @@ class DomainRequest(TimeStampedModel):
|
|||
help_text="Determines if the user has a anything_else or not",
|
||||
)
|
||||
|
||||
|
||||
cisa_representative = models.ForeignKey(
|
||||
"registrar.Contact",
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue