Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Oct 26, 2024
1 parent f487f6a commit 992f9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-rattler/rattler/repo_data/package_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def to_graph(records: List[PackageRecord]) -> nx.DiGraph: # type: ignore[type-a
graph.add_edge(record, names_to_records[PackageName(name)])

return graph

@staticmethod
def validate_package_records(records: List[PackageRecord]) -> None:
"""
Expand Down

0 comments on commit 992f9bb

Please sign in to comment.