mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix copyright, unused imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
|
# (c) 2013, Michael DeHaan <michael.dehaan@gmail.com>
|
||||||
#
|
#
|
||||||
# This file is part of Ansible
|
# This file is part of Ansible
|
||||||
#
|
#
|
||||||
@@ -15,8 +15,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import subprocess
|
|
||||||
from ansible import utils, errors
|
|
||||||
import random
|
import random
|
||||||
|
|
||||||
# useful for introducing chaos ... or just somewhat reasonably fair selection
|
# useful for introducing chaos ... or just somewhat reasonably fair selection
|
||||||
|
|||||||
Reference in New Issue
Block a user