Skip to content

Commit

Permalink
fix codacy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Oct 26, 2021
1 parent a7e69dc commit 0712122
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hydropandas/observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,10 +895,6 @@ class EvaporationObs(MeteoObs):
Subclass of the MeteoObs class
"""

def __init__(self, *args, **kwargs):

super().__init__(*args, **kwargs)

@property
def _constructor(self):
return EvaporationObs
Expand Down Expand Up @@ -1029,10 +1025,6 @@ class PrecipitationObs(MeteoObs):
Subclass of the MeteoObs class
"""

def __init__(self, *args, **kwargs):

super().__init__(*args, **kwargs)

@property
def _constructor(self):
return PrecipitationObs
Expand Down

0 comments on commit 0712122

Please sign in to comment.