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:
@@ -46,8 +46,8 @@ async def test_table_clear_with_columns() -> None:
|
||||
assert table.data == {}
|
||||
assert table.row_count == 0
|
||||
|
||||
async def test_table_add_row() -> None:
|
||||
|
||||
async def test_table_add_row() -> None:
|
||||
app = TableApp()
|
||||
async with app.run_test():
|
||||
table = app.query_one(DataTable)
|
||||
|
||||
Reference in New Issue
Block a user