Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Dec 2, 2022
1 parent 20306ae commit 9ddf9fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ismn/custom.py
Expand Up @@ -11,13 +11,10 @@

from abc import abstractmethod
from typing import Union

import numpy as np

from ismn.meta import MetaData, MetaVar, Depth
import pandas as pd


class CustomMetaReader:
"""
Template class for a reader to assign additional metadata to ismn sensors.
Expand Down Expand Up @@ -180,7 +177,7 @@ class CustomSensorMetadataCsv(CustomStationMetadataCsv):
where <var1> etc. are the names of the custom metadata variables that are
transferred into the python metadata
where <var1>_depth_from etc are the
where <var1>_depth_from etc. are the
"""

def read_metadata(self, meta: MetaData):
Expand Down

0 comments on commit 9ddf9fb

Please sign in to comment.