Skip to content

Commit 09e467a

Browse files
authored
Self should be Any (#7044)
1 parent 63ba862 commit 09e467a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# from typing_extensions import Self
3131
# except ImportError:
3232
# Self: Any = None
33-
Self = TypeVar("Self")
33+
Self: Any = None
3434

3535
Ellipsis = ellipsis
3636

0 commit comments

Comments
 (0)