mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix copyright, unused imports
This commit is contained in:
parent
7d9b29d48a
commit
f7aaa5ccc5
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
#
|
||||
|
@ -15,8 +15,6 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import subprocess
|
||||
from ansible import utils, errors
|
||||
import random
|
||||
|
||||
# useful for introducing chaos ... or just somewhat reasonably fair selection
|
||||
|
|
Loading…
Reference in a new issue