Skip to content

Commit

Permalink
XcorrFileMatrix: remove unneeded object
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzamuto committed Dec 22, 2021
1 parent 64a1da7 commit 4584fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetastitcher/align/xcorr_filematrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandas as pd


class XcorrFileMatrix(object):
class XcorrFileMatrix:
def __init__(self):
self.xcorr_options = None

Expand Down

0 comments on commit 4584fd5

Please sign in to comment.