Remove from __future__ lines

We only support python3

Change-Id: Ieb82eb3369c4ac73f3595dc84ca11e1f11766a79
This commit is contained in:
Monty Taylor
2019-12-09 13:32:36 -05:00
parent 9d29e8c847
commit 96a5914eb6
65 changed files with 0 additions and 123 deletions

View File

@@ -5,7 +5,6 @@
# Copyright (c) 2017 Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import (absolute_import, division, print_function)
DOCUMENTATION = '''
---