Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 18, 2023
1 parent e98b24d commit e0fd445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfl_common/common/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .utils.organisation import create_organisation_directly, join_teacher_to_organisation
from .utils.student import create_independent_student_directly
from .utils.teacher import signup_teacher_directly
from ..models import sanitise_uk_postcode
from ..helpers.organisation import sanitise_uk_postcode


class TestModels(TestCase):
Expand Down

0 comments on commit e0fd445

Please sign in to comment.