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:
@@ -6,7 +6,7 @@ from unittest.mock import Mock
|
||||
import pytest
|
||||
|
||||
from textual._animator import Animator, SimpleAnimation
|
||||
from textual._easing import EASING, DEFAULT_EASING
|
||||
from textual._easing import DEFAULT_EASING, EASING
|
||||
|
||||
|
||||
class Animatable:
|
||||
|
||||
Reference in New Issue
Block a user