style: format code using black
This commit is contained in:
parent
9c9b06e13e
commit
bd76971312
8 changed files with 7 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue