Remove contenttype

This commit is contained in:
Rebecca Hsieh 2024-03-20 09:37:10 -07:00
parent 62b405959a
commit e55c0c72e7
No known key found for this signature in database

View file

@ -213,7 +213,6 @@ class FederalAgency(TimeStampedModel):
]
FederalAgency = apps.get_model("registrar", "FederalAgency")
ContentType = apps.get_model("contenttypes", "ContentType")
logger.info("Creating federal agency table.")