fix: remove redundant import of shlex in commands.py

This commit is contained in:
Paul Gauthier 2024-09-27 16:53:14 -07:00 committed by Paul Gauthier (aider)
parent 36bc8f90db
commit eef97e4938

View file

@ -1,9 +1,9 @@
import os
import re
import shlex
import subprocess
import sys
import tempfile
import shlex
from collections import OrderedDict
from pathlib import Path