mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
subprocess is already imported in module_common - no need for it here
This commit is contained in:
parent
ea4d5055c6
commit
2e3926d13f
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
|
||||
import traceback
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
def_qf = "%{name}-%{version}-%{release}.%{arch}"
|
||||
repoquery='/usr/bin/repoquery'
|
||||
|
|
Loading…
Reference in a new issue