Revert "fix(fix_services): remove unused imports Text, BLACK, fonts"

This reverts commit 36647cb367.
This commit is contained in:
Jeroen Oudshoorn
2026-03-25 18:19:54 +01:00
parent 14d2c68980
commit ead26b5a3f

View File

@@ -13,6 +13,9 @@ from pwnagotchi import plugins
import pwnagotchi.ui.faces as faces
from pwnagotchi.bettercap import Client
from pwnagotchi.ui.components import Text
from pwnagotchi.ui.view import BLACK
import pwnagotchi.ui.fonts as fonts
class FixServices(plugins.Plugin):