fix: use string forward ref for TourRead in ShowRead
Some checks failed
Deploy Fediversion / deploy (push) Failing after 0s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 0s
This commit is contained in:
parent
9c0abc12e3
commit
da72e89fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ class ShowRead(ShowBase):
|
||||||
slug: Optional[str] = None
|
slug: Optional[str] = None
|
||||||
vertical: Optional[VerticalSimple] = None
|
vertical: Optional[VerticalSimple] = None
|
||||||
venue: Optional[VenueRead] = None
|
venue: Optional[VenueRead] = None
|
||||||
tour: Optional[TourRead] = None
|
tour: Optional["TourRead"] = None
|
||||||
tags: List["TagRead"] = []
|
tags: List["TagRead"] = []
|
||||||
performances: List["PerformanceRead"] = []
|
performances: List["PerformanceRead"] = []
|
||||||
notes: Optional[str] = None
|
notes: Optional[str] = None
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue