Skip to content

Commit

Permalink
Bugfix import typo, allow conda-content-trust use
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Awwad <[email protected]>
  • Loading branch information
awwad committed Apr 5, 2021
1 parent 296be7e commit d36a433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/core/subdir_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from conda_content_trust.common import (
SignatureError,
load_metadata_from_file as load_trust_metadata_from_file,
write_metdata_to_file as write_trust_metadata_to_file,
write_metadata_to_file as write_trust_metadata_to_file,
)
from conda_content_trust.authentication import (
verify_root as verify_trust_root,
Expand Down

0 comments on commit d36a433

Please sign in to comment.