diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 6788373..83ec00a 100644 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import atexit import math import os diff --git a/oslo_rootwrap/cmd.py b/oslo_rootwrap/cmd.py index 1037592..8e3ec99 100644 --- a/oslo_rootwrap/cmd.py +++ b/oslo_rootwrap/cmd.py @@ -30,8 +30,6 @@ they are needed, to avoid allowing more than is necessary. """ -from __future__ import print_function - import logging import os import sys diff --git a/oslo_rootwrap/daemon.py b/oslo_rootwrap/daemon.py index 5982e4b..61bead0 100644 --- a/oslo_rootwrap/daemon.py +++ b/oslo_rootwrap/daemon.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import functools import logging from multiprocessing import managers