Skip to content

Commit 707cebc

Browse files
committed
remove comment
1 parent eef9e49 commit 707cebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_toggle_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class ToggleButton(Static, can_focus=True):
8484
}
8585
}
8686
}
87-
""" # TODO: https://github.com/Textualize/textual/issues/1780
87+
"""
8888

8989
BUTTON_LEFT: str = "▐"
9090
"""The character used for the left side of the toggle button."""

0 commit comments

Comments
 (0)