Unused import shlex in app.py
#16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
app.pyline 4 importsshlexbut it is never used anywhere in the file:Fix
Remove the unused import. If it was intended for safe shell quoting, apply it to the subprocess command construction (see issue #1).