Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Jan 13, 2020
1 parent f463db3 commit 4b7855f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataworkspaces/kits/scikit_learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import sys
import numpy as np
import os
from os.path import join, abspath, expanduser, exists
from os.path import join, abspath, expanduser, exists, isabs
import pickle
from tempfile import NamedTemporaryFile

Expand Down

0 comments on commit 4b7855f

Please sign in to comment.