Skip to content

Commit

Permalink
Fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela committed Feb 8, 2024
1 parent c80ba31 commit 043a9d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mapca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import warnings

from mapca.__about__ import __version__

from .mapca import MovingAveragePCA, ma_pca
from mapca.mapca import MovingAveragePCA, ma_pca

# cmp is not used, so ignore nipype-generated warnings
warnings.filterwarnings("ignore", r"cmp not installed")
Expand Down

0 comments on commit 043a9d2

Please sign in to comment.