dashboard: Fix typo in type annotation
This commit is contained in:
parent
bc52dd3369
commit
5378b74df7
@ -33,7 +33,7 @@ class DashboardFragment:
|
|||||||
|
|
||||||
class LinksCardDashboardFragment(DashboardFragment):
|
class LinksCardDashboardFragment(DashboardFragment):
|
||||||
template = "dashboard/links_card.dj.html"
|
template = "dashboard/links_card.dj.html"
|
||||||
links: [Link] = []
|
links: list[Link] = []
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def context(self):
|
def context(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user