diff --git a/unit_tests/test_keystone_ldap_handlers.py b/unit_tests/test_keystone_ldap_handlers.py index e9cbb89..ec7840e 100644 --- a/unit_tests/test_keystone_ldap_handlers.py +++ b/unit_tests/test_keystone_ldap_handlers.py @@ -9,9 +9,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 from charms_openstack.test_mocks import charmhelpers as ch diff --git a/unit_tests/test_lib_charm_openstack_keystone_ldap.py b/unit_tests/test_lib_charm_openstack_keystone_ldap.py index b724f41..d0f273d 100644 --- a/unit_tests/test_lib_charm_openstack_keystone_ldap.py +++ b/unit_tests/test_lib_charm_openstack_keystone_ldap.py @@ -9,9 +9,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 textwrap