fix: restore string forward ref for TourRead
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s

This commit is contained in:
fullsizemalt 2025-12-31 18:38:02 -08:00
parent bfcc94a67f
commit c9d4266b77

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