fix(worker-ui): fix syntax error in gui.py and ruff error in test_verwaltung.py
Ampel / ampel (push) Successful in 39s

This commit is contained in:
Hitonabi
2026-07-27 17:17:30 +02:00
parent 4343b0901d
commit a14449ef85
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ Die Oberfläche selbst (tkinter) ist ausgenommen; geprüft wird, was das Fenster
ANZEIGT: Zustand des Workers, Aufgabentexte, Log-Ausschnitt.
"""
import os, sys
import os
import sys
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
import verwaltung