diff --git a/unit_tests/test_lib_charm_openstack_placement.py b/unit_tests/test_lib_charm_openstack_placement.py index e6b6de0..987881d 100644 --- a/unit_tests/test_lib_charm_openstack_placement.py +++ b/unit_tests/test_lib_charm_openstack_placement.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 - from unittest.mock import patch, call import charms_openstack.test_utils as test_utils diff --git a/unit_tests/test_placement_handlers.py b/unit_tests/test_placement_handlers.py index c0289b5..740981a 100644 --- a/unit_tests/test_placement_handlers.py +++ b/unit_tests/test_placement_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 mock import reactive.placement_handlers as handlers