Skip to content

Commit

Permalink
fix: missing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Jul 15, 2022
1 parent 304335d commit bc34bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LoopStructural/modelling/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class FeatureType(IntEnum):
ANALYTICAL = 5
LAMBDA = 6
UNCONFORMITY = 7
INTRUSION = 8


from ._base_geological_feature import BaseFeature
Expand Down

0 comments on commit bc34bb4

Please sign in to comment.