Skip to content

Commit a8294dd

Browse files
committed
Remove ChoiceField import from BoundChoiceField
1 parent 7107a6c commit a8294dd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lung_cancer_screening/nhsuk_forms/bound_choice_field.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from django import forms
22
from django.forms import widgets
33

4-
from lung_cancer_screening.nhsuk_forms import choice_field
5-
64
class BoundChoiceField(forms.BoundField):
75
"""
86
Specialisation of BoundField that can deal with conditionally shown fields,

0 commit comments

Comments
 (0)