Skip to content

Commit 1a4ae66

Browse files
committed
Fix types [skip ci]
1 parent e84f3b2 commit 1a4ae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/_mock_web_services_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def __init__( # pylint: disable=too-many-arguments
241241
self.reco_rating = ''
242242
self._processing_time_seconds = processing_time_seconds
243243
self.application_metadata = application_metadata
244-
self.delete_date = None
244+
self.delete_date: Optional[datetime.datetime] = None
245245

246246
@property
247247
def _post_processing_status(self) -> TargetStatuses:

0 commit comments

Comments
 (0)