From 876569613bdda75c25bbb6535ab38eb8ba83b6ff Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 20 Apr 2025 11:00:52 -0700 Subject: [PATCH] style: Apply linting to clean_metadata.py --- scripts/clean_metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clean_metadata.py b/scripts/clean_metadata.py index defca1606..024818d61 100644 --- a/scripts/clean_metadata.py +++ b/scripts/clean_metadata.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -import json import difflib +import json from pathlib import Path import json5