fix: use string forward ref for TourRead in ShowRead
Some checks failed
Deploy Fediversion / deploy (push) Failing after 0s

This commit is contained in:
fullsizemalt 2026-01-01 02:36:20 -08:00
parent 9c0abc12e3
commit da72e89fd6

View file

@ -201,7 +201,7 @@ class ShowRead(ShowBase):
slug: Optional[str] = None
vertical: Optional[VerticalSimple] = None
venue: Optional[VenueRead] = None
tour: Optional[TourRead] = None
tour: Optional["TourRead"] = None
tags: List["TagRead"] = []
performances: List["PerformanceRead"] = []
notes: Optional[str] = None