Skip to content

Commit 7d3442d

Browse files
committed
pre-commit
1 parent 1a80649 commit 7d3442d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mdio/ingestion/segy/header_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def analyze_lines_for_guns(
186186
msg = "%s %s has %s shots; div by %s guns gives %s unique mod shots."
187187
logger.info(msg, line_field, line_val, num_shots, num_guns, len(np.unique(mod_shots)))
188188
geom_type = ShotGunGeometryType.A
189-
break # No need to check more guns for this line
189+
break # No need to check more guns for this line
190190

191191
return unique_lines, unique_guns_per_line, geom_type
192192

0 commit comments

Comments
 (0)