Skip to content

Commit

Permalink
Update src/dtscalibration/dts_accessor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Schilperoort <[email protected]>
  • Loading branch information
bdestombe and BSchilperoort committed Oct 27, 2023
1 parent cba03b6 commit 98636ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dtscalibration/dts_accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def __init__(self, xarray_obj):

self.acquisitiontime_fw = xarray_obj.get("userAcquisitionTimeFW")
self.acquisitiontime_bw = xarray_obj.get("userAcquisitionTimeBW")
pass

def __repr__(self):
# __repr__ from xarray is used and edited.
Expand Down

0 comments on commit 98636ea

Please sign in to comment.