diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-22 11:50:19 -0600 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-22 11:50:19 -0600 |
| commit | 2798e63fa1fe1466ea4baf4058622f7bbe014033 (patch) | |
| tree | 2fd6bb738cae8940f67df3757edeb00966456678 | |
| parent | 271929dd9d3aa5184cbb13d79b3651ac32e640ea (diff) | |
Extra new line to make flake8 happy
| -rw-r--r-- | django/utils/translation/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/utils/translation/__init__.py b/django/utils/translation/__init__.py index 54e1244c23..db159d2ef0 100644 --- a/django/utils/translation/__init__.py +++ b/django/utils/translation/__init__.py @@ -23,6 +23,7 @@ __all__ = [ LANGUAGE_SESSION_KEY = '_language' + class TranslatorCommentWarning(SyntaxWarning): pass |
