Skip to content

Commit

Permalink
Merge pull request #1918 from jhlegarreta/RemoveUnusedPacakgeImport
Browse files Browse the repository at this point in the history
ENH: Remove unused `warning` package import
  • Loading branch information
arokem committed Jul 22, 2019
2 parents 1a697bc + b1f169e commit dbc3090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dipy/reconst/shm.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from numpy import concatenate, diag, diff, empty, eye, sqrt, unique, dot
from numpy.linalg import pinv, svd
from numpy.random import randint
import warnings

from dipy.reconst.odf import OdfModel, OdfFit
from dipy.core.geometry import cart2sphere
Expand Down

0 comments on commit dbc3090

Please sign in to comment.