Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Feb 20, 2024
1 parent b359ab1 commit 9432b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asu/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def validate_request(req):

req["packages"] = list(
map(
lambda x: x.remove_prefix("+"),
lambda x: x.removeprefix("+"),
sorted(req.get("packages_versions", {}).keys() or req.get("packages", [])),
)
)
Expand Down

0 comments on commit 9432b6d

Please sign in to comment.