constants: import TypeAlias from typing_extensions (py3.9 compat)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import TypeAlias, TypedDict
|
||||
from typing_extensions import TypeAlias
|
||||
from typing import TypedDict
|
||||
|
||||
FASTBOOT = 'fastboot'
|
||||
FLASH_PARTS = {
|
||||
|
||||
@@ -2,3 +2,4 @@ click==8.0.1
|
||||
appdirs==1.4.4
|
||||
joblib==1.0.1
|
||||
toml
|
||||
typing_extensions
|
||||
|
||||
Reference in New Issue
Block a user