1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00

Extra new line to make flake8 happy

This commit is contained in:
Alex Gaynor 2014-02-22 11:50:19 -06:00
parent 271929dd9d
commit 2798e63fa1

View File

@ -23,6 +23,7 @@ __all__ = [
LANGUAGE_SESSION_KEY = '_language' LANGUAGE_SESSION_KEY = '_language'
class TranslatorCommentWarning(SyntaxWarning): class TranslatorCommentWarning(SyntaxWarning):
pass pass