Merge pull request #531 from CoderFX/fix/fix-services-unused-imports

fix(fix_services): remove unused imports Text, BLACK, fonts
This commit is contained in:
Jayofelony
2026-03-11 07:20:46 +01:00
committed by GitHub
@@ -12,9 +12,6 @@ from pwnagotchi import plugins
import pwnagotchi.ui.faces as faces import pwnagotchi.ui.faces as faces
from pwnagotchi.bettercap import Client 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): class FixServices(plugins.Plugin):