]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Remove unused import
authorStephen Finucane <stephen@that.guru>
Fri, 12 Jul 2024 15:20:09 +0000 (16:20 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 12 Jul 2024 15:20:09 +0000 (16:20 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/tests/api/validator.py

index 7fd279878e8c786086b36e94c100bda5e781b59a..f7617e453688370f8da7efc487c71690adcdbac8 100644 (file)
@@ -8,7 +8,6 @@ import re
 
 from django.urls import resolve
 import jsonschema_path
-import openapi_core
 from openapi_core.contrib.django import DjangoOpenAPIRequest
 from openapi_core.contrib.django import DjangoOpenAPIResponse
 from openapi_core.exceptions import OpenAPIError