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 django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
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/5a408dcd-bc9b-47bf-913c-18b0fb528d24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to