Fix formatting and mypy warning

This commit is contained in:
Neil Martinsen-Burrell 2023-02-13 14:22:41 -06:00
parent 884a58cf10
commit 1fbd0506ff
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
16 changed files with 3 additions and 17 deletions

View file

@ -70,7 +70,6 @@ def in_domains(domain):
@require_http_methods(["GET"])
@login_required
def available(request, domain=""):
"""Is a given domain available or not.
Response is a JSON dictionary with the key "available" and value true or