Skip to content

Commit

Permalink
Fixed imports: isort --recursive --line-width 120 localflavor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidner committed Aug 29, 2017
1 parent 68ac45b commit 918c64e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion localflavor/se/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from django import forms
from django.utils.translation import ugettext_lazy as _

from localflavor.compat import EmptyValueCompatMixin

from .se_counties import COUNTY_CHOICES
Expand Down
1 change: 0 additions & 1 deletion tests/test_se.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import datetime

from django.test import SimpleTestCase

from localflavor.se.forms import (SECountySelect, SEOrganisationNumberField, SEPersonalIdentityNumberField,
SEPostalCodeField)

Expand Down

0 comments on commit 918c64e

Please sign in to comment.