Skip to content

Commit aa46f03

Browse files
committed
Removes unused import
1 parent 2c5d267 commit aa46f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permafrost/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from django.forms.models import ModelMultipleChoiceField
99
from django.forms.widgets import CheckboxInput
1010
from django.utils.translation import ugettext_lazy as _
11-
from .models import PermafrostRole, get_current_site, get_optional_by_category, get_choices
11+
from .models import PermafrostRole, get_optional_by_category, get_choices
1212

1313
CHOICES = [('', _("Choose Role Type"))] + get_choices()
1414

0 commit comments

Comments
 (0)