Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Oct 24, 2022
1 parent 0009e7c commit 13b1f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seaborn/_stats/density.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from scipy.stats import gaussian_kde
_no_scipy = False
except ImportError:
from .external.kde import gaussian_kde
from seaborn.external.kde import gaussian_kde
_no_scipy = True

from seaborn._core.groupby import GroupBy
Expand Down

0 comments on commit 13b1f55

Please sign in to comment.