mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove redundant block of code
This commit is contained in:
@@ -39,11 +39,6 @@ from .. import log
|
||||
from .._animator import Animation, EasingFunction
|
||||
from ..geometry import Spacing
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
pass
|
||||
else:
|
||||
pass
|
||||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from ..layout import Layout
|
||||
|
||||
Reference in New Issue
Block a user