Skip to content

Commit 771550a

Browse files
authored
Update __init__.py
1 parent 5107555 commit 771550a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gsw_xarray/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
]
2323

2424

25+
26+
2527
__all__ = submodule_all_compat("gsw") + list(_compat)
2628

2729

@@ -31,6 +33,4 @@ def __getattr__(name):
3133

3234

3335
def __dir__():
34-
return list(
35-
sorted(set([*_wrapped_funcs.keys(), *dir(gsw), *gsw_xarray_specific_functions]))
36-
)
36+
return list( sorted(set([*_wrapped_funcs.keys(), *dir(gsw), *gsw_xarray_specific_functions])) )

0 commit comments

Comments
 (0)