Skip to content

Commit

Permalink
Removed unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fish committed Oct 3, 2019
1 parent c1b7899 commit 802eb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioformats/omexml.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def set_DeltaT(self, value):

DeltaT = property(get_DeltaT, set_DeltaT)

def get_ExposureTime(self, value):
def get_ExposureTime(self):
exposure_time = self.node.get("ExposureTime")
if exposure_time is not None:
return float(exposure_time)
Expand Down

0 comments on commit 802eb4b

Please sign in to comment.