formatted for linting

This commit is contained in:
David Kennedy 2023-12-05 11:31:34 -05:00
parent 5811448450
commit 96714c4eb2
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 2 additions and 3 deletions

View file

@ -82,7 +82,7 @@ def available(request, domain=""):
Response is a JSON dictionary with the key "available" and value true or
false.
"""
domain = request.GET.get('domain', '')
domain = request.GET.get("domain", "")
DraftDomain = apps.get_model("registrar.DraftDomain")
# validate that the given domain could be a domain name and fail early if
# not.