[ci] auto-format

This commit is contained in:
brostosjoined 2023-10-03 08:20:09 +00:00 committed by github-actions[bot]
parent 5c86064223
commit e57c541762

View file

@ -45,6 +45,7 @@ HEADERS = {
PLUGIN_DIRECTORY = _env["python_directory_user"]
loop = babase._asyncio._asyncio_event_loop
def _regexp_friendly_class_name_shortcut(string): return string.replace(".", "\\.")
@ -1370,8 +1371,6 @@ class PluginSourcesWindow(popup.PopupWindow):
# autoselect=True,
description="Add Source")
bui.buttonwidget(parent=self._root_widget,
position=(330, 28),
size=(37, 37),
@ -1498,7 +1497,6 @@ class PluginManagerWindow(bui.Window):
self.selected_category = None
self.plugins_in_current_view = {}
loop.create_task(self.draw_index())
self._width = (700 if _uiscale is babase.UIScale.SMALL