Skip to content

Commit

Permalink
fix python imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Sep 5, 2023
1 parent e6c2dd7 commit 7c3c8a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/.vscode/generate_c_cpp_properties-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
--version Show version.
"""
from docopt import docopt
import subprocess
import json
import subprocess

from docopt import docopt


def main(args):
target_path = args['<target_path>']
Expand Down

0 comments on commit 7c3c8a6

Please sign in to comment.