* Initial lms changes for Sailthru * Fix identified code quality issues * Fix migration failure * Fix code quality identified issue
4 lines
162 B
Python
4 lines
162 B
Python
""" email_marketing app. """
|
|
# this is here to support registering the signals in signals.py
|
|
from email_marketing import signals # pylint: disable=unused-import
|