Skip to content

Commit 16fe7f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e021453 commit 16fe7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
# A hardcoded __all__ variable is necessary to appease
6666
# `mypy --strict` running in projects that import xarray.
67-
__all__ = ( # noqa: RUF022
67+
__all__ = (
6868
# Sub-packages
6969
"groupers",
7070
"testing",

0 commit comments

Comments
 (0)