Skip to content

Commit

Permalink
Removed redundant line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayanan Seshan committed Sep 6, 2017
1 parent 2aa90e6 commit 337a0e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynsot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def pretty_dict(data, delim='=', sep=', ', joiner='\n'):
log.debug('PRETTY DICT INCOMING DATA = %r', data)
pretty = ''
for key, val in sorted(data.iteritems()):
val = data[key]
if isinstance(val, list):
# Sort, add a newline and indent so that nested value items
# look better.
Expand Down

0 comments on commit 337a0e7

Please sign in to comment.