Update tests/test_utils_ask_yes_no.py

This commit is contained in:
2025-07-07 14:18:33 +02:00
parent 3d02c546be
commit 5f1633f3ee
+1 -1
View File
@@ -1,4 +1,4 @@
import pytest
import pytest
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))