Skip to content

Commit 158a015

Browse files
committed
superfluous code
1 parent 0aaafec commit 158a015

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/textual/scrollbar.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,6 @@ class ScrollBarCorner(Widget):
392392
"""Widget which fills the gap between horizontal and vertical scrollbars,
393393
should they both be present."""
394394

395-
def __init__(self, name: str | None = None):
396-
super().__init__(name=name)
397-
398395
def render(self) -> RenderableType:
399396
assert self.parent is not None
400397
styles = self.parent.styles

0 commit comments

Comments
 (0)