diff --git a/unit_tests/test_lib_charm_openstack_watcher.py b/unit_tests/test_lib_charm_openstack_watcher.py index 02d56bd..4e68467 100644 --- a/unit_tests/test_lib_charm_openstack_watcher.py +++ b/unit_tests/test_lib_charm_openstack_watcher.py @@ -11,9 +11,6 @@ # WITHOUT 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 -from __future__ import print_function from collections import OrderedDict from unittest import mock diff --git a/unit_tests/test_watcher_handlers.py b/unit_tests/test_watcher_handlers.py index 6744e7f..30e38b0 100644 --- a/unit_tests/test_watcher_handlers.py +++ b/unit_tests/test_watcher_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.watcher_handlers as handlers