diff --git a/greg/tests/api/test_person.py b/greg/tests/api/test_person.py
index 8bf2dba313b11c30dcd04365083b4496a1e7f184..e39bd2c28c57ab25612650c800993642c91f323c 100644
--- a/greg/tests/api/test_person.py
+++ b/greg/tests/api/test_person.py
@@ -12,7 +12,6 @@ from greg.models import (
     Sponsor,
     RoleType,
     OrganizationalUnit,
-    ConsentType,
     Person,
     Role,
 )