From 122a91e482e4bee077b9a1936c6e423271660001 Mon Sep 17 00:00:00 2001 From: Cliff Hill Date: Mon, 10 Mar 2025 14:25:36 -0400 Subject: [PATCH] Stuff was done, will get back to this momentarily. Signed-off-by: Cliff Hill --- tests/end_to_end/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end_to_end/conftest.py b/tests/end_to_end/conftest.py index ab5407d6b..f5281a02e 100644 --- a/tests/end_to_end/conftest.py +++ b/tests/end_to_end/conftest.py @@ -1,7 +1,7 @@ import datetime import os -from decorator import contextmanager +from contextlib import contextmanager import pytest from axe_core_python.sync_playwright import Axe