Thanks for all the help with the patch! I hope its close to being 
acceptable now. Can someone have a look at the PR?

Den tisdag 2 februari 2016 kl. 13:08:51 UTC+1 skrev Tore Lundqvist:
>
> Ok, got that sorted now. How about the fix, is it reasonable?
>
>
> Den tisdag 2 februari 2016 kl. 11:51:19 UTC+1 skrev is_null:
>>
>> 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/b4e867e5-1dda-48a5-9a92-c7c647c42c0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to