From 1f3d9463f98b37f7f165d0c416c03d054de0f863 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Mon, 26 Apr 2021 10:26:10 -0400 Subject: [PATCH] apply black formating to all startup_scripts --- startup_scripts/280_custom_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup_scripts/280_custom_links.py b/startup_scripts/280_custom_links.py index b611763..40144bd 100644 --- a/startup_scripts/280_custom_links.py +++ b/startup_scripts/280_custom_links.py @@ -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