Skip to content

Commit

Permalink
test10
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Nov 30, 2024
1 parent d821fb7 commit c46b36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsweeper/ml_model/ml_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import credsweeper.ml_model.features as features
from credsweeper.utils import Util

warnings.filterwarnings("ignore", category=UserWarning, module='onnxruntime', message=".*Unsupported Windows version .2022server.. ONNX Runtime supports Windows 10 and above, only.")
warnings.filterwarnings("ignore", category=UserWarning, module='onnxruntime.*', message=".*Unsupported Windows version .2022server.. ONNX Runtime supports Windows 10 and above, only.")
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit c46b36c

Please sign in to comment.