mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +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.")
|
||||
di_failed_to_update.append(item)
|
||||
continue
|
||||
|
||||
|
||||
if item.address_line is None and item.city is None and item.state_territory and item.zipcode is None:
|
||||
logger.info(
|
||||
f"{TerminalColors.YELLOW}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue