mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
Linting
This commit is contained in:
parent
221534e19d
commit
0969a76610
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class Command(BaseCommand):
|
||||||
logger.error(f"Could not add {item.domain_name}. Domain does not exist.")
|
logger.error(f"Could not add {item.domain_name}. Domain does not exist.")
|
||||||
di_failed_to_update.append(item)
|
di_failed_to_update.append(item)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if item.address_line is None and item.city is None and item.state_territory and item.zipcode is None:
|
if item.address_line is None and item.city is None and item.state_territory and item.zipcode is None:
|
||||||
logger.info(
|
logger.info(
|
||||||
f"{TerminalColors.YELLOW}"
|
f"{TerminalColors.YELLOW}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue