mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Remove from __future__ lines
We only support python3 Change-Id: Ieb82eb3369c4ac73f3595dc84ca11e1f11766a79
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
#
|
||||
# Compat for python2.7
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
'''
|
||||
Compat module for Python3.x's unittest.mock module
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
'''
|
||||
Compat module for Python2.7's unittest module
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
import sys
|
||||
import json
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
from ansible.module_utils._text import to_bytes
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
import munch
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user