From de0f6621581ce062e9074e03fbbb3a13cd6fb953 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:29:23 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- lib/hashCrypto.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hashCrypto.py b/lib/hashCrypto.py index 3d558f7c2..30c97b937 100644 --- a/lib/hashCrypto.py +++ b/lib/hashCrypto.py @@ -19,7 +19,9 @@ """ import binascii + import M2Crypto.EVP + from . import defaults ######################