Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Oct 9, 2024
1 parent 9dcb9c2 commit 382a294
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions httpobs/website/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
from httpobs.conf import API_ALLOW_VERBOSE_STATS_FROM_PUBLIC, API_COOLDOWN, DEVELOPMENT_MODE
from httpobs.scanner import scan
from httpobs.scanner.grader import GRADES, get_score_description
from httpobs.website import (
add_response_headers,
add_sunset_headers,
sanitized_api_response,
)
from httpobs.website import add_response_headers, add_sunset_headers, sanitized_api_response
from httpobs.website.utils import valid_hostname

api = Blueprint('api', __name__)
Expand Down

0 comments on commit 382a294

Please sign in to comment.