mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Remove todos
This commit is contained in:
parent
d0826fe847
commit
c4c1fd602c
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ import logging
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# TODO: Update param model
|
||||
class FederalAgency(TimeStampedModel):
|
||||
class Meta:
|
||||
verbose_name = "Federal agency"
|
||||
|
@ -20,7 +19,6 @@ class FederalAgency(TimeStampedModel):
|
|||
def __str__(self) -> str:
|
||||
return f"{self.agency}"
|
||||
|
||||
# TODO: Update parameters to put in
|
||||
def create_federal_agencies(apps, schema_editor):
|
||||
"""This method gets run from a data migration."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue