mypy error: alias of generics not nesting properly

后端 未结 0 786
我在风中等你
我在风中等你 2020-11-30 03:45

Minimum reproducible example below:

from typing import Hashable, Sequence, TypeVar

T = TypeVar(\'T\', bound=Hashable)
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题