Skip to content

Commit

Permalink
Merge pull request #266 from mdekstrand/fix/253-no-fpq
Browse files Browse the repository at this point in the history
Remove fastparquet import
  • Loading branch information
mdekstrand committed Jun 17, 2021
2 parents 5d71ea2 + da2f5ad commit 6ae8194
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions lenskit/batch/_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
from ._recommend import recommend
from ._predict import predict

try:
import fastparquet
except ImportError:
fastparquet = None

_logger = logging.getLogger(__name__)

_AlgoRec = collections.namedtuple('_AlgoRec', [
Expand Down
5 changes: 0 additions & 5 deletions lenskit/util/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
import logging
import pathlib

try:
import fastparquet
except ImportError:
fastparquet = None

_log = logging.getLogger(__name__)


Expand Down

0 comments on commit 6ae8194

Please sign in to comment.