Update contact_error.py

This commit is contained in:
zandercymatics 2023-10-04 13:28:09 -06:00
parent 540a604055
commit cb20b80d0c
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -2,8 +2,7 @@ from enum import IntEnum
class ContactErrorCodes(IntEnum): class ContactErrorCodes(IntEnum):
""" """Used in the ContactError class for
Used in the ContactError class for
error mapping. error mapping.
Overview of contact error codes: Overview of contact error codes: