Just click "Details" and then "Console output". You'll find this:
+ flake8 ./django/contrib/sessions/backends/db.py:91:30: E901 SyntaxError: invalid syntax ERROR: /home/jenkins/workspace/isort/django/contrib/sessions/backends/db.py Imports are incorrectly sorted. --- /home/jenkins/workspace/isort/django/contrib/sessions/backends/db.py:before 2016-02-01 16:04:24.701654 +++ /home/jenkins/workspace/isort/django/contrib/sessions/backends/db.py:after 2016-02-01 16:04:30.952126 @@ -1,8 +1,10 @@ import logging -from django.contrib.sessions.backends.base import CreateError, SessionBase, UpdateError +from django.contrib.sessions.backends.base import ( + CreateError, SessionBase, UpdateError, +) from django.core.exceptions import SuspiciousOperation -from django.db import IntegrityError, router, transaction, DatabaseError +from django.db import DatabaseError, IntegrityError, router, transaction from django.utils import timezone from django.utils.encoding import force_text from django.utils.functional import cached_property -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CALC3Kadknk4-8N4CPPNC3_40rwQrSBrevqkKr9LE%2BswLMKG-3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
