Skip to content

Commit

Permalink
MAINT: Remove flush method which only calls super (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden authored and untzag committed Sep 13, 2018
1 parent 2ed25ad commit daf285a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WrightTools/data/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,6 @@ def downscale(self, tup, name=None, parent=None) -> "Data":
newdata.transform(*args)
return newdata

def flush(self):
super().flush()

def get_nadir(self, channel=0) -> tuple:
"""Get the coordinates, in units, of the minimum in a channel.
Expand Down

0 comments on commit daf285a

Please sign in to comment.