Skip to content
Snippets Groups Projects
Verified Commit 4f48e93a authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Fix deleting builtins

parent ffdd8a63
No related branches found
No related tags found
1 merge request!180pyupgrade
......@@ -487,6 +487,6 @@ def absmax(iterable_or_value: SupportsAbs[_T] | Iterable[SupportsAbs[_T]],
return abs(iterable_or_value)
del (Iterable, Any, type, list, tuple, Iterator, Protocol, TypeVar, TYPE_CHECKING, Sequence,
Callable, ParamSpec, SupportsAbs)
del (Iterable, Any, Iterator, Protocol, TypeVar, TYPE_CHECKING, Sequence, Callable, ParamSpec,
SupportsAbs)
del warnings, annotations
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment