diff --git a/src/azure-cli-core/azure/cli/core/commands/progress.py b/src/azure-cli-core/azure/cli/core/commands/progress.py index bc2dd8a1d66..8157ce889ce 100644 --- a/src/azure-cli-core/azure/cli/core/commands/progress.py +++ b/src/azure-cli-core/azure/cli/core/commands/progress.py @@ -2,7 +2,6 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from __future__ import division import sys from humanfriendly.terminal.spinners import Spinner diff --git a/src/azure-cli-testsdk/azure/cli/testsdk/scenario_tests/base.py b/src/azure-cli-testsdk/azure/cli/testsdk/scenario_tests/base.py index ef1c5a79ff2..5718eaac08f 100644 --- a/src/azure-cli-testsdk/azure/cli/testsdk/scenario_tests/base.py +++ b/src/azure-cli-testsdk/azure/cli/testsdk/scenario_tests/base.py @@ -3,7 +3,6 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from __future__ import print_function import unittest import os import inspect diff --git a/src/azure-cli/azure/cli/command_modules/acs/_validators.py b/src/azure-cli/azure/cli/command_modules/acs/_validators.py index a12aafe25f1..8d4e707b3dc 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/_validators.py +++ b/src/azure-cli/azure/cli/command_modules/acs/_validators.py @@ -3,8 +3,6 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from __future__ import unicode_literals - import os import re from ipaddress import ip_network