Merge "Remove from __future__ lines"

This commit is contained in:
Zuul
2020-03-04 22:26:59 +00:00
committed by Gerrit Code Review
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 = '''
---