Skip to content

Commit d04b829

Browse files
committed
Resolve linting issues in seismic_prestack.py
1 parent f558661 commit d04b829

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/mdio/builder/templates/seismic_prestack.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@
66

77

88
class SeismicPreStackTemplate(AbstractDatasetTemplate):
9-
"""
10-
Seismic pre-stack time Dataset template.
11-
9+
"""Seismic pre-stack time Dataset template.
10+
1211
This should be used for both 2D and 3D datasets. Common-shot or common-channel datasets
1312
1413
Args:
1514
domain: The domain of the dataset.
16-
17-
Raises:
18-
ValueError: If the domain is not 'time' or 'depth'.
1915
"""
2016

2117
def __init__(self, domain: str = "time"):

0 commit comments

Comments
 (0)