diff --git a/ansible/roles/swift-rings/files/swift-ring-builder.py b/ansible/roles/swift-rings/files/swift-ring-builder.py index bf6d8eb1a..2499c0262 100644 --- a/ansible/roles/swift-rings/files/swift-ring-builder.py +++ b/ansible/roles/swift-rings/files/swift-ring-builder.py @@ -33,8 +33,6 @@ hosts: - device: /dev/sdc weight: 100 """ - -from __future__ import print_function import subprocess import sys diff --git a/kayobe/cmd/kayobe.py b/kayobe/cmd/kayobe.py index b3d0d0721..5e3fadf15 100644 --- a/kayobe/cmd/kayobe.py +++ b/kayobe/cmd/kayobe.py @@ -11,8 +11,6 @@ # 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 import sys from cliff.app import App diff --git a/kayobe/cmd/kayobe_vault_password_helper.py b/kayobe/cmd/kayobe_vault_password_helper.py index 0e7ea24b4..fcdb7a19c 100644 --- a/kayobe/cmd/kayobe_vault_password_helper.py +++ b/kayobe/cmd/kayobe_vault_password_helper.py @@ -11,8 +11,6 @@ # 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 import os