mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add isort pre-commit hook, sort imports in src and test directories
This commit is contained in:
@@ -5,7 +5,6 @@ from textual._border import render_row
|
||||
|
||||
|
||||
def test_border_render_row():
|
||||
|
||||
style = Style.parse("red")
|
||||
row = (Segment("┏", style), Segment("━", style), Segment("┓", style))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user