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:
@@ -259,7 +259,6 @@ async def test_reactive_method_call_order():
|
||||
|
||||
|
||||
async def test_premature_reactive_call():
|
||||
|
||||
watcher_called = False
|
||||
|
||||
class BrokenWidget(Widget):
|
||||
@@ -335,7 +334,6 @@ async def test_watch_compute():
|
||||
watch_called: list[bool] = []
|
||||
|
||||
class Calculator(App):
|
||||
|
||||
numbers = var("0")
|
||||
show_ac = var(True)
|
||||
value = var("")
|
||||
|
||||
Reference in New Issue
Block a user