Skip to content

Commit 3ce5df2

Browse files
authored
{Misc} Remove __future__ Python 2.7 imports (#30449)
1 parent dc7a517 commit 3ce5df2

File tree

3 files changed

+0
-4
lines changed
  • src

3 files changed

+0
-4
lines changed

src/azure-cli-core/azure/cli/core/commands/progress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
5-
from __future__ import division
65
import sys
76

87
from humanfriendly.terminal.spinners import Spinner

src/azure-cli-testsdk/azure/cli/testsdk/scenario_tests/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from __future__ import print_function
76
import unittest
87
import os
98
import inspect

src/azure-cli/azure/cli/command_modules/acs/_validators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from __future__ import unicode_literals
7-
86
import os
97
import re
108
from ipaddress import ip_network

0 commit comments

Comments
 (0)