Skip to content

Commit

Permalink
remove JSON loading concern from comment to #38
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschumacher committed Jun 6, 2015
1 parent 585b8c7 commit e0219db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mergic/mergic.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def _link_items(group_of, links):


def check(args):
# With JSON there is a risk of duplicate keys;
# the last one will win.
data = json.loads(args.partition.read())
n = _check(data)
print "{} items in {} groups".format(n, len(data))
Expand Down

0 comments on commit e0219db

Please sign in to comment.