Skip to content

Commit

Permalink
Actually import validations
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Sep 28, 2024
1 parent b759236 commit 4056e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magwest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand All @@ -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

0 comments on commit 4056e3d

Please sign in to comment.