Check if I need to import from the future for Python 3.8

This commit is contained in:
Dave Pearson
2023-01-09 13:13:54 +00:00
parent 151673cd53
commit c00a6da90d

View File

@@ -1,3 +1,5 @@
from __future__ import annotations
from typing import Any
from textual.app import App, ComposeResult
from textual.widgets import Tree