Skip to content

Commit

Permalink
fix: 🚨 fixig pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Mar 7, 2022
1 parent ee8cc4a commit d5c99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/modelling/intrusions/intrusion_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
index_min,
new_inlet,
)
logger = getLogger(__name__)

# import GSLIB library
try:
Expand All @@ -25,7 +26,6 @@
logger.error("GeostatPy not installed \n" "pip install geostatspy")
raise ImportError("geostats")

logger = getLogger(__name__)


class IntrusionBuilder:
Expand Down

0 comments on commit d5c99cd

Please sign in to comment.