proper type hinting
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
This commit is contained in:
parent
48697c08a6
commit
a5c593bb14
@ -197,7 +197,7 @@ class RSSFeed:
|
||||
description: str
|
||||
link: str
|
||||
lang: str
|
||||
last_build_date: datetime
|
||||
last_build_date: datetime | None
|
||||
image_href: str
|
||||
items: list[RSSItem] = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user