Skip to content

Commit

Permalink
Fix iris.fileformats.netdf.__all__.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jun 17, 2022
1 parent 1864b6d commit 16148e3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lib/iris/fileformats/netcdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
# NOTE: the separation is purely for neatness and developer convenience; from
# the user point of view, it is still all one module.
__all__ = (
CF_CONVENTIONS_VERSION,
CFNameCoordMap,
DEBUG,
MESH_ELEMENTS,
Saver,
SPATIO_TEMPORAL_AXES,
NetCDFDataProxy,
UnknownCellMethodWarning,
load_cubes,
logger,
parse_cell_methods,
save,
"CFNameCoordMap",
"CF_CONVENTIONS_VERSION",
"DEBUG",
"MESH_ELEMENTS",
"NetCDFDataProxy",
"SPATIO_TEMPORAL_AXES",
"Saver",
"UnknownCellMethodWarning",
"load_cubes",
"logger",
"parse_cell_methods",
"save",
)

0 comments on commit 16148e3

Please sign in to comment.