Skip to content

Commit cb2ab55

Browse files
Ihor BilousIhor Bilous
authored andcommitted
Fix issue #22: Remove unused parameters class
1 parent fe863ce commit cb2ab55

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mailtrap/models/contacts.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,3 @@ class ImportContactParams(RequestParams):
121121
)
122122
list_ids_included: Optional[list[int]] = None
123123
list_ids_excluded: Optional[list[int]] = None
124-
125-
126-
@dataclass
127-
class ContactImportRequest(RequestParams):
128-
contacts: list[CreateContactParams]

0 commit comments

Comments
 (0)