chore(api): fix overbooked property type hint
This commit is contained in:
parent
7e2f2d60f0
commit
33e5e8ada3
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ class Schedule(models.Model):
|
|||
)
|
||||
|
||||
@property
|
||||
def overbooked(self):
|
||||
def overbooked(self) -> bool:
|
||||
"""
|
||||
A schedule item is overbooked if it starts after the end of the show
|
||||
instance it is in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue