diff --git a/plugins/action/timestamp_file.py b/plugins/action/timestamp_file.py index 09e0c8b..2808d1e 100644 --- a/plugins/action/timestamp_file.py +++ b/plugins/action/timestamp_file.py @@ -14,8 +14,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - -from __future__ import absolute_import, division, print_function __metaclass__ = type from ansible.errors import AnsibleActionFail diff --git a/plugins/modules/tripleo_shell_script.py b/plugins/modules/tripleo_shell_script.py index 7b7cdfd..2532a14 100644 --- a/plugins/modules/tripleo_shell_script.py +++ b/plugins/modules/tripleo_shell_script.py @@ -14,8 +14,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - -from __future__ import absolute_import, division, print_function __metaclass__ = type from ansible.module_utils.basic import AnsibleModule