full codespell coverage

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-06-04 12:36:10 +02:00
parent 0bfcdabbbb
commit 5e99dee3c2
103 changed files with 264 additions and 254 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class InputAccordion(gr.Checkbox): # unused
return "checkbox"
class ResizeHandleRow(gr.Row): # unusued
class ResizeHandleRow(gr.Row): # unused
def __init__(self, **kwargs):
super().__init__(**kwargs)
self.elem_classes.append("resize-handle-row")