Skip to content

Commit 2a87c88

Browse files
vvihorevValentin Vikhorev
andauthored
Fix type annotation (#1056)
Co-authored-by: Valentin Vikhorev <[email protected]>
1 parent b705414 commit 2a87c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darwin/datatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ class ReportJob(BaseModel):
15731573
id: str
15741574
status: str
15751575
format: str
1576-
url: str | None
1576+
url: Optional[str]
15771577
team_id: int
15781578

15791579

0 commit comments

Comments
 (0)