Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Warneke committed Mar 14, 2021
1 parent 0d67a8a commit 01fcbf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/az/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# Based on https://github.com/Azure/azure-cli/blob/dev/src/azure-cli-core/azure/cli/core/__init__.py
# commit 8e369b9d2d63ddf5c6678ee710905bf9e5028f99
# --------------------------------------------------------------------------------------------

import sys
from io import StringIO
import json
Expand All @@ -17,7 +16,6 @@
from knack.log import CLI_LOGGER_NAME



AzResult = namedtuple('AzResult', ['exit_code', 'result_dict', 'log'])

# adjust the logging level if you want INFO or DEBUG log
Expand Down

0 comments on commit 01fcbf3

Please sign in to comment.