From 0ced61788bde312b668d1a113411c6f14fee567d Mon Sep 17 00:00:00 2001 From: Gary Gale Date: Fri, 17 Jan 2025 16:30:18 +0000 Subject: [PATCH] test #459: ensure CI/CD pipeline lint and test workflows pass when run manually --- tests/test_decorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_decorator.py b/tests/test_decorator.py index 8ee0630..5802967 100644 --- a/tests/test_decorator.py +++ b/tests/test_decorator.py @@ -1,5 +1,5 @@ -from http import HTTPStatus import time +from http import HTTPStatus from typing import Any, Generator import pendulum