mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
Add type ignore
Overzealous linter
This commit is contained in:
parent
e581d3b2ca
commit
c9f511e397
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ class CisaRepresentativeForm(BaseDeletableRegistrarForm):
|
|||
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)
|
||||
form_is_checked = property(lambda self: self.domain_request.has_cisa_representative) # type: ignore
|
||||
field_name = "has_cisa_representative"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue