--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureHashlibNew.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureHashlibNew.py Fri Nov 04 13:52:26 2022 +0100 @@ -10,6 +10,8 @@ import sys +from Security.SecurityDefaults import SecurityDefaults + # # This is a modified version of the one found in the bandit package. # @@ -18,8 +20,6 @@ # SPDX-License-Identifier: Apache-2.0 # -from Security.SecurityDefaults import SecurityDefaults - def getChecks(): """