From e7f48af94fc5d1769923bd66311858c64d867087 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Mon, 1 Aug 2022 09:49:24 +0200 Subject: [PATCH] Fix(docstring): line length --- src/aura_engine/scheduling/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aura_engine/scheduling/models.py b/src/aura_engine/scheduling/models.py index 35449a3e..9746ae94 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 -- GitLab