mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
Fix formatting and mypy warning
This commit is contained in:
parent
884a58cf10
commit
1fbd0506ff
16 changed files with 3 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue