We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db1144 commit 8f45e99Copy full SHA for 8f45e99
xarray_dataclasses/typing.py
@@ -297,7 +297,7 @@ def get_dataclass(tp: Any) -> Type[DataClass[Any]]:
297
if not is_dataclass(dataclass):
298
raise TypeError(f"Could not find any dataclass in {tp!r}.")
299
300
- return dataclass # type: ignore
+ return dataclass # type: ignore
301
302
303
def get_dims(tp: Any) -> Dims:
0 commit comments