Skip to content

Commit cfb733b

Browse files
committed
un-private module
1 parent f8b6106 commit cfb733b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/experimental/cryptography/modules/Argon2CffiModule.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private import experimental.cryptography.utils.Utils as Utils
99
* Provides models for the `argon2-cffi` PyPI package.
1010
* See https://argon2-cffi.readthedocs.io/en/stable/.
1111
*/
12-
private module Argon2Cffi {
12+
module Argon2Cffi {
1313
API::CallNode getAPasswordHasher() {
1414
result = API::moduleImport("argon2")
1515
.getMember("PasswordHasher")

0 commit comments

Comments
 (0)