From 49933e51d2afbfab4e89ea53947567504f1e3ea9 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 10 Aug 2025 17:33:58 +0200 Subject: [PATCH] Update tests/test_utils_marker.py --- tests/test_utils_marker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_utils_marker.py b/tests/test_utils_marker.py index 071848f36..d921d5b2c 100644 --- a/tests/test_utils_marker.py +++ b/tests/test_utils_marker.py @@ -1,5 +1,4 @@ import pytest -from .registry import instances import sys import os sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))