mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
lint
This commit is contained in:
parent
d8fce10016
commit
e3415a3de9
2 changed files with 1 additions and 2 deletions
|
@ -104,7 +104,7 @@ def serialize_domain(domain):
|
||||||
suborganization_name = suborganization.name
|
suborganization_name = suborganization.name
|
||||||
except Domain.domain_info.RelatedObjectDoesNotExist:
|
except Domain.domain_info.RelatedObjectDoesNotExist:
|
||||||
domain_info = None
|
domain_info = None
|
||||||
logger.debug(f'Issue in domains_json: We could not find domain_info for {domain}')
|
logger.debug(f"Issue in domains_json: We could not find domain_info for {domain}")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"id": domain.id,
|
"id": domain.id,
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
from waffle.decorators import flag_is_active
|
|
||||||
|
|
||||||
|
|
||||||
def index(request):
|
def index(request):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue