File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
azure-cli-core/azure/cli/core/commands
azure-cli-testsdk/azure/cli/testsdk/scenario_tests
azure-cli/azure/cli/command_modules/acs Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 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
65import sys
76
87from humanfriendly .terminal .spinners import Spinner
Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
55
6- from __future__ import print_function
76import unittest
87import os
98import inspect
Original file line number Diff line number Diff line change 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-
86import os
97import re
108from ipaddress import ip_network
You can’t perform that action at this time.
0 commit comments