fixed tests and linter

This commit is contained in:
Alysia Broddrick 2023-09-12 21:48:27 -07:00
parent 4292c38b47
commit 29b8c72911
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
8 changed files with 168 additions and 154 deletions

View file

@ -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