mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +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:
|
||||
FederalAgency.create_federal_agencies(apps, schema_editor)
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
|
@ -34,4 +35,4 @@ class Migration(migrations.Migration):
|
|||
reverse_code=migrations.RunPython.noop,
|
||||
atomic=True,
|
||||
),
|
||||
]
|
||||
]
|
||||
|
|
|
@ -34,4 +34,4 @@ class Migration(migrations.Migration):
|
|||
reverse_code=migrations.RunPython.noop,
|
||||
atomic=True,
|
||||
),
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue