Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Aug 31, 2024
1 parent 82f275c commit cbe2d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqcorrscan/utils/catalog_to_dd.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def from_origin(cls, origin: Origin):
depth=origin.depth,
time=origin.time)


class SparseEvent(object):
def __init__(self, resource_id, picks, origin):
self.resource_id = resource_id
Expand Down Expand Up @@ -130,7 +131,6 @@ def from_pick(
waveform_id=pick.waveform_id)



# Generic helpers

class _DTObs(object):
Expand Down

0 comments on commit cbe2d0d

Please sign in to comment.