Skip to content

Commit 87257f4

Browse files
committed
fix: linting
1 parent 56def61 commit 87257f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loopstructuralvisualisation/_stratigraphic_column.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def plot(self):
2828
prev_coords = [0, 0]
2929

3030
# iterate through groups, skipping faults
31-
s_id = 0
31+
3232
for g in reversed(self.model.stratigraphic_column.get_groups()):
3333
for u in g.units:
3434
n_units += 1

0 commit comments

Comments
 (0)