Skip to content

Commit

Permalink
Fixed some isort issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Adonys Alea Boffill committed Jun 7, 2017
1 parent b3bc5c4 commit d4ff9a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cu/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from __future__ import unicode_literals

from django import forms

from localflavor.cu.forms import CUProvinceField, CURegionField

from .models import CUSomebody
Expand Down
1 change: 1 addition & 0 deletions tests/test_cu/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from __future__ import unicode_literals

from django.db import models

from localflavor.cu.models import (CUIdentityCardNumberField, CUPhoneNumberField, CUProvinceField, CURegionField,
CUZipCodeField)

Expand Down
1 change: 1 addition & 0 deletions tests/test_cu/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from __future__ import unicode_literals

from django.test import TestCase

from localflavor.cu.forms import (CUIdentityCardNumberField, CUPhoneNumberField, CUPostalCodeField, CUProvinceField,
CURegionField)

Expand Down

0 comments on commit d4ff9a0

Please sign in to comment.