Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Oka committed May 1, 2017
1 parent a36962b commit b728bac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/azure-cli-core/azure/cli/core/commands/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,3 @@ def write(self, message, percent):
progress = self.format_percent(percent) if callable(self.format_percent) else percent
self.out.write(progress + "\n")


# REPORTER = ProgressReporter()

0 comments on commit b728bac

Please sign in to comment.