[ci] auto-format

This commit is contained in:
imayushsaini 2023-11-12 12:01:30 +00:00 committed by github-actions[bot]
parent bc4780d461
commit 32e0f4505e

View file

@ -360,7 +360,7 @@ command to kick %s?",
"mutethisguy": "mute this guy", "mutethisguy": "mute this guy",
"muteall": "Mute all", "muteall": "Mute all",
"unmuteall": "Unmute all", "unmuteall": "Unmute all",
"copymsg":"copy" "copymsg": "copy"
} }
} }
@ -707,7 +707,6 @@ class ModifiedPartyWindow(bascenev1lib_party.PartyWindow):
on_activate_call=babase.Call( on_activate_call=babase.Call(
self._on_chat_press, self._on_chat_press,
msg, txt, showMute)) msg, txt, showMute))
# btn = bui.buttonwidget(parent=self._columnwidget, # btn = bui.buttonwidget(parent=self._columnwidget,
# scale=0.7, # scale=0.7,
@ -724,7 +723,6 @@ class ModifiedPartyWindow(bascenev1lib_party.PartyWindow):
except Exception: except Exception:
pass pass
def _add_msg_when_muted(self, msg: str) -> None: def _add_msg_when_muted(self, msg: str) -> None:
txt = bui.textwidget(parent=self._columnwidget, txt = bui.textwidget(parent=self._columnwidget,