Skip to content

Commit

Permalink
refractor: remove legacy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Apr 1, 2024
1 parent 348fd76 commit 3120d24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mDeepFRI/predict.pyx
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
import csv
import json

import numpy as np

cimport numpy as np

import cython

np.import_array()

import operator

import cython
import onnxruntime as rt


Expand Down

0 comments on commit 3120d24

Please sign in to comment.