fix python imports

pull/7102/head
Nils Dijk 2023-09-05 15:21:44 +02:00
parent b44ccb24d3
commit 298a55bb5f
1 changed files with 4 additions and 2 deletions

View File

@ -15,9 +15,11 @@ Options:
--version Show version. --version Show version.
""" """
from docopt import docopt
import subprocess
import json import json
import subprocess
from docopt import docopt
def main(args): def main(args):
target_path = args['<target_path>'] target_path = args['<target_path>']