fix: Fixes for the type checking in the main init file
and a bit of cleaning
This commit is contained in:
@@ -39,6 +39,4 @@ except ImportError: # pragma: no cover
|
||||
try:
|
||||
from typing_extensions import Self # Backport
|
||||
except ImportError:
|
||||
from typing import TypeVar
|
||||
|
||||
Self = object
|
||||
|
||||
Reference in New Issue
Block a user