mirror of
https://github.com/beetbox/beets.git
synced 2026-01-16 13:15:48 +01:00
Removed typevar from typing_extensions as it is available in typing since
like python 3.3
This commit is contained in:
parent
bcae6429a4
commit
58ab2c696a
1 changed files with 1 additions and 2 deletions
|
|
@ -41,8 +41,7 @@ from typing import Callable, Generator, TypeVar
|
|||
if sys.version_info >= (3, 11):
|
||||
from typing import TypeVarTuple, Unpack
|
||||
else:
|
||||
from typing_extensions import TypeVar, TypeVarTuple, Unpack
|
||||
|
||||
from typing_extensions import TypeVarTuple, Unpack
|
||||
|
||||
BUBBLE = "__PIPELINE_BUBBLE__"
|
||||
POISON = "__PIPELINE_POISON__"
|
||||
|
|
|
|||
Loading…
Reference in a new issue