[ci] auto-format

This commit is contained in:
vishal332008 2025-01-22 15:39:46 +00:00 committed by github-actions[bot]
parent bc21a7d3e2
commit 7d6ed3d6f5

View file

@ -177,6 +177,7 @@ def NewEditProfileWindowInit(self,
text_scale=1.2,
on_activate_call=babase.Call(_on_tagwinbtn_press, self))
def _on_tagwinbtn_press(self):
"""
Calls tag config window passes all paramisters
@ -195,6 +196,8 @@ def _on_tagwinbtn_press(self):
# ba_meta require api 9
# ba_meta export plugin
class Tag(babase.Plugin):
def __init__(self) -> None:
"""
@ -459,6 +462,7 @@ class TagWindow(bui.MainWindow):
self.main_window_back()
class CustomConfigNumberEdit:
"""A set of controls for editing a numeric config value.