Skip to content

Commit

Permalink
made DATALESS docstring a docstring, rather than a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Dec 18, 2024
1 parent 19e956d commit 8178809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,5 +853,5 @@ def use_plugin(plugin_name):
importlib.import_module(f"iris.plugins.{plugin_name}")


# To be used when copying a cube to make the new cube dataless.
#: To be used when copying a cube to make the new cube dataless.
DATALESS = "NONE"

0 comments on commit 8178809

Please sign in to comment.