mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
constants: import TypeAlias from typing_extensions (py3.9 compat)
This commit is contained in:
parent
08d7ce8862
commit
2733d49eab
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
from typing import TypeAlias, TypedDict
|
from typing_extensions import TypeAlias
|
||||||
|
from typing import TypedDict
|
||||||
|
|
||||||
FASTBOOT = 'fastboot'
|
FASTBOOT = 'fastboot'
|
||||||
FLASH_PARTS = {
|
FLASH_PARTS = {
|
||||||
|
|
|
@ -2,3 +2,4 @@ click==8.0.1
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
joblib==1.0.1
|
joblib==1.0.1
|
||||||
toml
|
toml
|
||||||
|
typing_extensions
|
||||||
|
|
Loading…
Add table
Reference in a new issue