Skip to content

Commit

Permalink
Update import sorting and newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dingjan authored and mvantellingen committed Jun 1, 2017
1 parent c0c3ce1 commit 15a0276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/wagtail_personalisation/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.apps import apps
from django.db import models
from django.template.defaultfilters import slugify
from django.utils.encoding import python_2_unicode_compatible, force_text
from django.utils.encoding import force_text, python_2_unicode_compatible
from django.utils.translation import ugettext_lazy as _
from modelcluster.fields import ParentalKey
from user_agents import parse
Expand Down
1 change: 0 additions & 1 deletion src/wagtail_personalisation/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import absolute_import, unicode_literals

from django import forms

from django.http import HttpResponseForbidden, HttpResponseRedirect
from django.shortcuts import get_object_or_404, reverse
from django.utils.translation import ugettext_lazy as _
Expand Down

0 comments on commit 15a0276

Please sign in to comment.