Skip to content

Commit

Permalink
fixing import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 15, 2024
1 parent cefe201 commit 8641362
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions LoopStructural/modelling/features/fold/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

from ._fold import FoldEvent
from ._svariogram import SVariogram
from ._fold_rotation_angle_feature import FoldRotationAngleFeature, fourier_series
from ._fold_rotation_angle_feature import FoldRotationAngleFeature
from ._foldframe import FoldFrame
from ._fold_rotation_angle import FoldRotationAngle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import numpy as np
from ....modelling.features import BaseFeature
from ....utils import getLogger

Expand Down

0 comments on commit 8641362

Please sign in to comment.