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:
@@ -1,6 +1,6 @@
|
||||
import pytest
|
||||
|
||||
from textual._arrange import arrange, TOP_Z
|
||||
from textual._arrange import TOP_Z, arrange
|
||||
from textual._layout import WidgetPlacement
|
||||
from textual.geometry import Region, Size, Spacing
|
||||
from textual.widget import Widget
|
||||
|
||||
Reference in New Issue
Block a user