File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
stubs-package/xarray-stubs Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ cython_debug/
182182.abstra /
183183
184184# Visual Studio Code
185- # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
185+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
186186# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
187- # and can be added to the global gitignore or merged into this file. However, if you prefer,
187+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
188188# you could uncomment the following to ignore the entire vscode folder
189189# .vscode/
190190
Original file line number Diff line number Diff line change 11"""Partial type stubs for xarray - adds plotly accessor to DataArray."""
22
3- from typing import Any
3+ # Re-export everything from xarray
4+ from xarray import * # noqa: F403
45
56from xarray_plotly .accessor import DataArrayPlotlyAccessor
67
7- # Re-export everything from xarray
8- from xarray import *
9-
108# Augment DataArray with the plotly accessor
119class DataArray (DataArray ):
1210 @property
You can’t perform that action at this time.
0 commit comments