fix: restore string forward ref for TourRead
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
bfcc94a67f
commit
c9d4266b77
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue