mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +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__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
# TODO: Update param model
|
|
||||||
class FederalAgency(TimeStampedModel):
|
class FederalAgency(TimeStampedModel):
|
||||||
class Meta:
|
class Meta:
|
||||||
verbose_name = "Federal agency"
|
verbose_name = "Federal agency"
|
||||||
|
@ -20,7 +19,6 @@ class FederalAgency(TimeStampedModel):
|
||||||
def __str__(self) -> str:
|
def __str__(self) -> str:
|
||||||
return f"{self.agency}"
|
return f"{self.agency}"
|
||||||
|
|
||||||
# TODO: Update parameters to put in
|
|
||||||
def create_federal_agencies(apps, schema_editor):
|
def create_federal_agencies(apps, schema_editor):
|
||||||
"""This method gets run from a data migration."""
|
"""This method gets run from a data migration."""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue