We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aaafec commit 158a015Copy full SHA for 158a015
src/textual/scrollbar.py
@@ -392,9 +392,6 @@ class ScrollBarCorner(Widget):
392
"""Widget which fills the gap between horizontal and vertical scrollbars,
393
should they both be present."""
394
395
- def __init__(self, name: str | None = None):
396
- super().__init__(name=name)
397
-
398
def render(self) -> RenderableType:
399
assert self.parent is not None
400
styles = self.parent.styles
0 commit comments