diff --git a/unit_tests/test_lib_charm_openstack_tempest.py b/unit_tests/test_lib_charm_openstack_tempest.py index b1d5dc4..52c7544 100644 --- a/unit_tests/test_lib_charm_openstack_tempest.py +++ b/unit_tests/test_lib_charm_openstack_tempest.py @@ -12,9 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import absolute_import -from __future__ import print_function - import io import mock diff --git a/unit_tests/test_tempest_handlers.py b/unit_tests/test_tempest_handlers.py index 7813475..2d3a09f 100644 --- a/unit_tests/test_tempest_handlers.py +++ b/unit_tests/test_tempest_handlers.py @@ -12,9 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import absolute_import -from __future__ import print_function - import reactive.tempest_handlers as handlers import charms_openstack.test_utils as test_utils