mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 22:45:05 +02:00
fixed tests and linter
This commit is contained in:
parent
4292c38b47
commit
29b8c72911
8 changed files with 168 additions and 154 deletions
|
@ -36,7 +36,6 @@ class PublicContact(TimeStampedModel):
|
|||
case PublicContact.ContactTypeChoices.ADMINISTRATIVE:
|
||||
self.domain.administrative_contact = self
|
||||
case PublicContact.ContactTypeChoices.TECHNICAL:
|
||||
print("in technical of the public contact class")
|
||||
self.domain.technical_contact = self
|
||||
case PublicContact.ContactTypeChoices.SECURITY:
|
||||
self.domain.security_contact = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue