proper type hinting
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s

This commit is contained in:
Corban-Lee Jones 2024-08-26 20:10:19 +01:00
parent 48697c08a6
commit a5c593bb14

View File

@ -197,7 +197,7 @@ class RSSFeed:
description: str description: str
link: str link: str
lang: str lang: str
last_build_date: datetime last_build_date: datetime | None
image_href: str image_href: str
items: list[RSSItem] = None items: list[RSSItem] = None