🚨 Lint Fixes

This commit is contained in:
Nikhil Badyal
2025-06-25 09:27:00 +05:30
committed by Nikhil Badyal
parent d2347f34bf
commit c436c4bc98
5 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -1,5 +1,6 @@
"""Generate patches using cli."""
import json
import re
import subprocess
from pathlib import Path
@@ -97,7 +98,6 @@ def convert_command_output_to_json(
parsed_data.sort(key=lambda x: x["name"])
with Path("patches.json").open("w") as file:
import json
json.dump(parsed_data, file, indent=2)