style: Apply linting to clean_metadata.py

This commit is contained in:
Paul Gauthier (aider) 2025-04-20 11:00:03 -07:00
parent 8596f0d4a3
commit be44b65095

View file

@ -1,9 +1,10 @@
#!/usr/bin/env python
import json
import json5
from pathlib import Path
import json5
def main():
script_dir = Path(__file__).parent.resolve()