mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-17 23:14:11 +02:00
Linter
This commit is contained in:
parent
690cfafc99
commit
969909895c
2 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@ from typing import Any
|
||||||
def create_federal_agencies(apps, schema_editor) -> Any:
|
def create_federal_agencies(apps, schema_editor) -> Any:
|
||||||
FederalAgency.create_federal_agencies(apps, schema_editor)
|
FederalAgency.create_federal_agencies(apps, schema_editor)
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -34,4 +35,4 @@ class Migration(migrations.Migration):
|
||||||
reverse_code=migrations.RunPython.noop,
|
reverse_code=migrations.RunPython.noop,
|
||||||
atomic=True,
|
atomic=True,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
|
@ -34,4 +34,4 @@ class Migration(migrations.Migration):
|
||||||
reverse_code=migrations.RunPython.noop,
|
reverse_code=migrations.RunPython.noop,
|
||||||
atomic=True,
|
atomic=True,
|
||||||
),
|
),
|
||||||
]
|
]
|
Loading…
Add table
Add a link
Reference in a new issue