[ci] auto-format

This commit is contained in:
Loup-Garou911XD 2025-08-09 15:25:49 +00:00 committed by github-actions[bot]
parent c602f963b1
commit 051d54bdc7

View file

@ -1444,6 +1444,7 @@ class PluginWindow(popup.PopupWindow):
await self.plugin.update() await self.plugin.update()
bui.getsound('shieldUp').play() bui.getsound('shieldUp').play()
class PluginManager: class PluginManager:
def __init__(self): def __init__(self):
self.request_headers = HEADERS self.request_headers = HEADERS
@ -1626,6 +1627,7 @@ class PluginManager:
async def soft_refresh(self): async def soft_refresh(self):
pass pass
class PluginCustomSourcesWindow(popup.PopupWindow): class PluginCustomSourcesWindow(popup.PopupWindow):
def __init__(self, origin_widget): def __init__(self, origin_widget):
self.selected_source = None self.selected_source = None