diff --git a/freezer/common/config.py b/freezer/common/config.py index f2d336c4..6675d16f 100644 --- a/freezer/common/config.py +++ b/freezer/common/config.py @@ -11,7 +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 print_function from distutils import spawn as distspawn import os diff --git a/freezer/engine/osbrick/client.py b/freezer/engine/osbrick/client.py index 9c73b612..b11e58a3 100644 --- a/freezer/engine/osbrick/client.py +++ b/freezer/engine/osbrick/client.py @@ -10,8 +10,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - from cinderclient import exceptions from os_brick.initiator import connector from oslo_concurrency import processutils