mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix typing
This commit is contained in:
@@ -8,7 +8,8 @@ A number of app level constants where the value is pulled from environment varia
|
||||
"""
|
||||
|
||||
import os
|
||||
from typing import Final
|
||||
|
||||
from typing_extensions import Final
|
||||
|
||||
get_environ = os.environ.get
|
||||
|
||||
|
||||
Reference in New Issue
Block a user