From 31520eb57237a3341ae1a448e34b9680e65f0273 Mon Sep 17 00:00:00 2001 From: Michael Aden Date: Wed, 28 Aug 2024 15:46:18 -0500 Subject: [PATCH] good ole lint --- src/malloy/utils/third_party_licenses.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/malloy/utils/third_party_licenses.py b/src/malloy/utils/third_party_licenses.py index 0f5946c..a246541 100644 --- a/src/malloy/utils/third_party_licenses.py +++ b/src/malloy/utils/third_party_licenses.py @@ -173,10 +173,8 @@ METADATA_NAME: 'typing_extensions' }, 'uri-template': { - METADATA_URL: - 'https://github.com/plinss/uri-template', - METADATA_LICENSE_FILE: - 'LICENSE' + METADATA_URL: 'https://github.com/plinss/uri-template', + METADATA_LICENSE_FILE: 'LICENSE' }, 'webencodings': { METADATA_LICENSE_FILE: 'LICENSE'