Skip to content

Commit

Permalink
Merge pull request #512 from mulkieran/remove-assert
Browse files Browse the repository at this point in the history
Remove an assertion
  • Loading branch information
mulkieran committed Mar 12, 2024
2 parents 289d4c4 + dcc4d7b commit 3caee8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dependency_management/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def build_cargo_metadata(manifest_path, *, skip_path=False):

metadata = json.loads(metadata_str)
packages = metadata["packages"]
assert len(packages) == 1
package = packages[0]
dependencies = package["dependencies"]

Expand Down

0 comments on commit 3caee8a

Please sign in to comment.