Commit 2a072340 authored by Marcel's avatar Marcel Committed by GitHub

remove unused json import (#10792)

parent c71b87de
#!/usr/bin/env python3
import json
import subprocess
import os
......
......@@ -13,7 +13,6 @@ Usage:
"""
import sys
import json
def clean_json(input_file):
with open(input_file, 'r') as file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment