Skip to content

Commit

Permalink
FIX PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Nov 18, 2020
1 parent dbfe068 commit d9f876d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cuml/test/dask/test_naive_bayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@

import cupy as cp
import dask.array
import numpy as np

from cuml.dask.naive_bayes import MultinomialNB
from cuml.naive_bayes.naive_bayes import MultinomialNB as SGNB
from cuml.test.dask.utils import load_text_corpus
from cupy.sparse import csr_matrix as cp_csr_matrix
from sklearn.metrics import accuracy_score


Expand Down

0 comments on commit d9f876d

Please sign in to comment.