fix: Fixes for the type checking in the main init file

and a bit of cleaning
This commit is contained in:
Karim shoair
2025-10-01 03:50:39 +03:00
parent 4135dd86b8
commit eedfa855ab
3 changed files with 27 additions and 21 deletions
-2
View File
@@ -39,6 +39,4 @@ except ImportError: # pragma: no cover
try:
from typing_extensions import Self # Backport
except ImportError:
from typing import TypeVar
Self = object