Skip to content

Commit

Permalink
Add correct docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Hill <[email protected]>
  • Loading branch information
JoelLucaAdams and ZedThree authored Aug 19, 2024
1 parent 6e2197e commit 155ffad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdf_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def guess_can_open(self, filename_or_obj):


class SDFPreprocess:
"""Preprocess SDF files for xarray ensuring matching job ids and sets time dimension"""
def __init__(self):
self.job_id: int | None = None

Expand Down

0 comments on commit 155ffad

Please sign in to comment.