Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Feb 1, 2019
1 parent 1936a80 commit 865c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limix/qc/kinship.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def normalise_covariance(K, out=None):


def _copyto(dst, src):
from numpy import copyto, asarray, ndarray
from numpy import copyto, ndarray
import dask.array as da
from pandas import DataFrame

Expand Down

0 comments on commit 865c6e3

Please sign in to comment.