Your pull request is up to standards!
Codacy found no issues in your code
Annotations
Check warning on line 27 in aqt/helper.py
codacy-production / Codacy Static Code Analysis
aqt/helper.py#L27
Unused import shlex
Check warning on line 29 in aqt/helper.py
codacy-production / Codacy Static Code Analysis
aqt/helper.py#L29
Consider possible security implications associated with the subprocess module.
Check warning on line 620 in aqt/helper.py
codacy-production / Codacy Static Code Analysis
aqt/helper.py#L620
Reimport 'shutil' (imported line 27)
Check warning on line 637 in aqt/helper.py
codacy-production / Codacy Static Code Analysis
aqt/helper.py#L637
subprocess call - check for execution of untrusted input.
Check warning on line 644 in aqt/helper.py
codacy-production / Codacy Static Code Analysis
aqt/helper.py#L644
subprocess call - check for execution of untrusted input.
Check warning on line 879 in aqt/installer.py
codacy-production / Codacy Static Code Analysis
aqt/installer.py#L879
Reimport 'Path' (imported line 39)