From a241845c0dfcb8a5a0396f5ef7602e9dae6155c0 Mon Sep 17 00:00:00 2001 From: Christoph Hasse Date: Tue, 27 Feb 2024 18:54:33 -0800 Subject: [PATCH] fix: remove Coordinate from __all__ in xarray/__init__.py (#8791) --- xarray/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xarray/__init__.py b/xarray/__init__.py index 91613e8cbbc..0c0d5995f72 100644 --- a/xarray/__init__.py +++ b/xarray/__init__.py @@ -97,7 +97,6 @@ # Classes "CFTimeIndex", "Context", - "Coordinate", "Coordinates", "DataArray", "Dataset",