Skip to content

Commit

Permalink
Bug fix and PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt committed May 16, 2019
1 parent 6e994fe commit 3b96697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions umap/umap_.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
from sklearn.neighbors import KDTree

try:
from joblib
import joblib
except ImportError:
# sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23
# sklearn.externals.joblib is deprecated in 0.21, will be removed in 0.23
from sklearn.externals import joblib

import numpy as np
Expand Down

0 comments on commit 3b96697

Please sign in to comment.