move import

This commit is contained in:
Paul Gauthier 2023-05-19 08:42:28 -07:00
parent f5c6667de3
commit dfd2c495ea

View file

@ -1,6 +1,7 @@
import os
import json
import sys
import subprocess
# from aider.dump import dump
@ -22,8 +23,6 @@ def print_tags_info(filename):
last = tag
import subprocess
def get_tags(filename):
cmd = ["ctags", "--fields=+S", "--output-format=json", filename]
output = subprocess.check_output(cmd).decode("utf-8")