mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 07:24:48 +02:00
Linting
This commit is contained in:
parent
db964498e1
commit
91d33f4c2a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Command(BaseCommand):
|
||||||
parser.add_argument("--directory", default="migrationdata", help="Desired directory")
|
parser.add_argument("--directory", default="migrationdata", help="Desired directory")
|
||||||
|
|
||||||
def handle(self, migration_json_filename, **options):
|
def handle(self, migration_json_filename, **options):
|
||||||
"""Load organization address data into the TransitionDomain
|
"""Load organization address data into the TransitionDomain
|
||||||
and DomainInformation tables by using the organization adhoc file and domain_additional file"""
|
and DomainInformation tables by using the organization adhoc file and domain_additional file"""
|
||||||
# Parse JSON file
|
# Parse JSON file
|
||||||
options = self.load_json_settings(options, migration_json_filename)
|
options = self.load_json_settings(options, migration_json_filename)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue