apply black formating to all startup_scripts

This commit is contained in:
ryanmerolle 2021-04-26 10:26:10 -04:00
parent f2731d3fe6
commit 1f3d9463f9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ for link in custom_links:
if link["content_type_id"] is None:
print(
"⚠️ Unable to create Custom Link '{0}': The content_type '{1}' is unknown".format(
link.get('name'), content_type
link.get("name"), content_type
)
)
continue