From 7c75a61700ae38777fdb35f30fe964f2f82c94eb Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 19 Apr 2023 16:15:15 +0530 Subject: [PATCH] Typo --- scripts/check_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_models.py b/scripts/check_models.py index 16dc93b3..aeae27d9 100644 --- a/scripts/check_models.py +++ b/scripts/check_models.py @@ -57,7 +57,7 @@ def init(): except: fail(model_type) - print(model_type, "model(s) found.") + print(model_type, "model(s) found.") ### utilities