Skip to content

Commit 916520e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2082b12 commit 916520e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/_autoapi_templates/python/class.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ Classes
9292
{% endfor %}
9393
{% endif %}
9494
{% endif %}
95-
{% endif %}
95+
{% endif %}

docs/_autoapi_templates/python/module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ Functions
153153
{{ obj_item.render()|indent(3) }}
154154
{% endfor %}
155155
{% endif %}
156-
{% endif %}
156+
{% endif %}

src/parcels/_core/basegrid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class GridType(IntEnum):
2323

2424
class BaseGrid(ABC):
2525
"""Docstring for Basegrid class"""
26+
2627
@abstractmethod
2728
def search(self, z: float, y: float, x: float, ei=None) -> dict[str, tuple[int, float | np.ndarray]]:
2829
"""

0 commit comments

Comments
 (0)