Strip whitespace

Grrr. GitHub web editor 😡
This commit is contained in:
Carlton Gibson 2017-11-10 09:31:16 +01:00 committed by GitHub
parent 6c4cf2c646
commit 5b152b2541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ else:
def md_filter_add_syntax_highlight(md):
return False
# pytz is required from Django 1.11. Remove when dropping Django 1.10 support.
# pytz is required from Django 1.11. Remove when dropping Django 1.10 support.
try:
import pytz # noqa
from pytz.exceptions import InvalidTimeError