FUCK PYTHON

This commit is contained in:
2026-03-05 16:37:30 -05:00
parent 55293a585a
commit 2aec39bb0b
10 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ from typing import Any
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
from gui_2 import App
from src.gui_2 import App
def test_telemetry_data_updates_correctly(app_instance: Any) -> None:
"""