Skip to content

Commit

Permalink
Update typed dict
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed May 2, 2023
1 parent f4adb57 commit f98ba09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class ImageDetails(TypedDict, total=False):
foreign_identifier: str
image_url: str
url: str
license_info: LicenseInfo
foreign_landing_url: str
title: str
Expand Down

0 comments on commit f98ba09

Please sign in to comment.