Skip to content

Commit 0969455

Browse files
author
Michael Wood
committed
cove: views: Avoid importing the TestType from the module imports
TestType is defined in additional_test so avoid stealing it from the import that exists in module `threesixtygiving`
1 parent db0cec3 commit 0969455

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cove/cove_360/views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
from libcove.lib.exceptions import CoveInputDataError
2323

2424
from lib360dataquality.cove.schema import Schema360, ExtensionsError
25-
from lib360dataquality.cove.threesixtygiving import TEST_CLASSES, TestType
25+
from lib360dataquality.cove.threesixtygiving import TEST_CLASSES
26+
from lib360dataquality.additional_test import TestType
2627
from lib360dataquality.cove.threesixtygiving import common_checks_360
2728

2829
from cove_360.models import SuppliedDataStatus

0 commit comments

Comments
 (0)