From 0f93cba3126059a1d98bac4eb4153d3446d5033d Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Sun, 24 Sep 2023 10:55:54 +1000 Subject: [PATCH] not clear this will be the API. --- httplint/__init__.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/httplint/__init__.py b/httplint/__init__.py index 0cbe78b..ca712d9 100644 --- a/httplint/__init__.py +++ b/httplint/__init__.py @@ -4,10 +4,3 @@ __version__ = "0.0.1" - -def lint_request(request: HttpRequest) -> Notes: - pass - - -def lint_response(response: HttpResponse, request: HttpRequest = None) -> Notes: - pass