* Remove unused typing imports
* remove unused per file ignores
* Revert "remove unused per file ignores"
---------
Co-authored-by: Pablo Estevez <pablo22estevez@gmail.com>
(cherry picked from commit
37c5b2e3e2cea552b5000df9281285b9f74c8166)
from collections import defaultdict as defaultdict
from functools import partial as partial
from functools import update_wrapper as update_wrapper
-from typing import TYPE_CHECKING
from . import preloaded as preloaded
from ._collections import coerce_generator_arg as coerce_generator_arg
import typing
from typing import Any
from typing import Callable
-from typing import cast
from typing import Dict
from typing import ForwardRef
from typing import Generic