dashboard: Fix typo in type annotation

This commit is contained in:
Adam Goldsmith 2024-03-15 12:12:05 -04:00
parent bc52dd3369
commit 5378b74df7

View File

@ -33,7 +33,7 @@ class DashboardFragment:
class LinksCardDashboardFragment(DashboardFragment):
template = "dashboard/links_card.dj.html"
links: [Link] = []
links: list[Link] = []
@property
def context(self):