style: format code using black

This commit is contained in:
jo 2023-02-01 11:14:08 +01:00 committed by Jonas L
parent 9c9b06e13e
commit bd76971312
8 changed files with 7 additions and 6 deletions

View file

@ -28,7 +28,6 @@ def create_liquidsoap_annotation(media):
# with the metadata we get from Airtime. (You can modify metadata in Airtime's library,
# which doesn't get saved back to the file.)
if "metadata" in media:
if "artist_name" in media["metadata"]:
artist_name = media["metadata"]["artist_name"]
if isinstance(artist_name, str):