Skip to content

Commit 564ad75

Browse files
committed
fix linter
1 parent 7870fdc commit 564ad75

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/azure-cli/azure/cli/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def cli_main(cli, args):
103103
else:
104104
upgrade_exit_code = subprocess.call(cmd, shell=platform.system() == 'Windows')
105105
else:
106-
import os
107106
devnull = open(os.devnull, 'w')
108107
cmd.append('-y')
109108
upgrade_exit_code = subprocess.call(cmd, shell=platform.system() == 'Windows', stdout=devnull)

0 commit comments

Comments
 (0)