mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🚨 Lint Fixes
This commit is contained in:
committed by
Nikhil Badyal
parent
d2347f34bf
commit
c436c4bc98
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user