Skip to content

Commit 25044da

Browse files
committed
Progress towards using all new annotations
1 parent fccad4c commit 25044da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def to_dict(self) -> TargetDict:
208208
"""
209209
Dump a target to a dictionary which can be loaded as JSON.
210210
"""
211-
delete_date: Optional[str] = None
211+
delete_date: str | None = None
212212
if self.delete_date:
213213
delete_date = datetime.datetime.isoformat(self.delete_date)
214214

0 commit comments

Comments
 (0)