Clean Campaign audit and test resources
This commit is contained in:
@@ -31,7 +31,7 @@ class FieldType(StrEnum):
|
||||
INTEGER = "integer"
|
||||
DOUBLE = "double"
|
||||
DATE = "date"
|
||||
PASSWORD = "password"
|
||||
PASSWORD = "password" # noqa: S105 # nosec B105 - field type vocabulary.
|
||||
|
||||
|
||||
class RecipientType(StrEnum):
|
||||
|
||||
Reference in New Issue
Block a user