From 4056e3df45986d90e4c086c33175c97c468bc372 Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Fri, 27 Sep 2024 21:59:11 -0400 Subject: [PATCH] Actually import validations --- magwest/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/magwest/__init__.py b/magwest/__init__.py index 632d14c..585ac6c 100644 --- a/magwest/__init__.py +++ b/magwest/__init__.py @@ -7,6 +7,7 @@ from magwest._version import __version__ # noqa: F401 from magwest.config import * +from magwest.model_checks import * mount_site_sections(config['module_root']) @@ -16,4 +17,4 @@ # These need to come last so they can make use of config properties from magwest.automated_emails import * # noqa: F401,E402,F403 -from magwest.models import * # noqa: F401,E402,F403 +from magwest.models import * # noqa: F401,E402,F403 \ No newline at end of file