Merge pull request #405 from moudaz/patch-1
Remove repeated field spam_reason
This commit is contained in:
@@ -47,9 +47,6 @@ class EmailState(TypedDict):
|
||||
|
||||
# Category of the email
|
||||
email_category: Optional[str]
|
||||
|
||||
# reason of spam
|
||||
spam_reason: Optional[str]
|
||||
|
||||
# Analysis and decisions
|
||||
is_spam: Optional[bool]
|
||||
|
||||
Reference in New Issue
Block a user