Skip to content

Commit cf617f4

Browse files
authored
Remove duplicate imports (#1218)
1 parent 1039951 commit cf617f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

onedal/datatypes/_data_conversion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616

1717
import numpy as np
1818
import warnings
19-
import numpy as np
2019

2120
from onedal import _is_dpc_backend
2221
from onedal import _backend
2322
from daal4py.sklearn._utils import make2d
24-
from onedal import _is_dpc_backend
2523

2624
try:
2725
import dpctl

0 commit comments

Comments
 (0)