Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Dec 5, 2023
1 parent 961fcbd commit 842f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/sources/DataSourceAzure.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
)
except (ImportError, AttributeError):
try:
import passlib
import passlib.hash

blowfish_hash = passlib.hash.sha512_crypt.hash
except ImportError:
Expand Down

0 comments on commit 842f6b9

Please sign in to comment.