fix: switches typing to typing_extensions for python3.10 compatibility
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Protocol, runtime_checkable
|
||||
from typing_extensions import Protocol, runtime_checkable
|
||||
|
||||
|
||||
@runtime_checkable
|
||||
|
||||
Reference in New Issue
Block a user