Skip to content

Commit

Permalink
[#1047] Removed unneccessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Feb 17, 2015
1 parent 4723619 commit 609ebdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion akvo/rsr/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@


import django_filters

from .models import Project, Organisation, Category, ProjectUpdate
from .iso3166 import CONTINENTS
from akvo.codelists.store.codelists_v104 import SECTOR_CATEGORY

from akvo.codelists.models import SectorCategory
from akvo.utils import codelist_choices

Expand Down

0 comments on commit 609ebdb

Please sign in to comment.