diff --git a/src/aura_engine/scheduling/models.py b/src/aura_engine/scheduling/models.py index 35449a3e147c145f0e6ad92647824a8c446e063e..9746ae9417b241745dc169fdedd1a58bd3299fc5 100644 --- a/src/aura_engine/scheduling/models.py +++ b/src/aura_engine/scheduling/models.py @@ -389,7 +389,7 @@ class Playlist(DB.Model, AuraDatabaseModel): @staticmethod def select_playlist_for_timeslot(start_date: datetime.datetime, playlist_id): - """Retrieve the playlist for the given timeslot identified by `start_date` and `playlist_id`. + """Retrieve playlist for the given timeslot identified by `start_date` and `playlist_id`. Args: start_date (datetime): Date and time when the playlist is scheduled