Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Sep 26, 2022
1 parent d5aa043 commit 9cb79cb
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 128 deletions.
4 changes: 3 additions & 1 deletion LoopStructural/modelling/features/builders/_fault_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ def __init__(
the maximum area around the model domain that a fault is modelled. For high displacement faults this
may need to be large, smaller values will be result in fewer degrees of freedom = quicker interpolation
"""
from LoopStructural.modelling.features.fault import FaultSegment # defer import until needed
from LoopStructural.modelling.features.fault import (
FaultSegment,
) # defer import until needed

StructuralFrameBuilder.__init__(
self, interpolator, interpolators, frame=FaultSegment, **kwargs
Expand Down
Loading

0 comments on commit 9cb79cb

Please sign in to comment.