Skip to content

Commit

Permalink
remove unused prefs list, per @gonuke request
Browse files Browse the repository at this point in the history
  • Loading branch information
abachma2 committed Feb 8, 2024
1 parent 2d01308 commit b136b0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cyclus/lib.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,6 @@ cpdef dict normalize_request_portfolio(object inp):
inp = dict(inp)
if 'commodities' in inp:
commods = []
prefs = []
for commodity in inp['commodities']:
for name, reqs in commodity.items():
if name == 'preference' or name == 'exclusive':
Expand Down

0 comments on commit b136b0c

Please sign in to comment.