Skip to content

Commit

Permalink
dc:replaces
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Feb 5, 2024
1 parent 612cfe4 commit 279d3a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/features/steps/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ def load(lib):
lib.pop('config', None)
lib.pop('version', None)

for item in lib['items']:

lib['items'] = [clean_item(item) for item in lib['items']]
lib['items'] = sorted(lib['items'], key=lambda i: ascii(json.dumps(unkey(i), sort_keys=True)))

Expand Down

0 comments on commit 279d3a9

Please sign in to comment.