Skip to content

Commit 50058a3

Browse files
committed
Remove unnecessary import
1 parent f0d50c3 commit 50058a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arrayfire/index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class Seq(ct.Structure):
1818
("step" , ct.c_double)]
1919

2020
def __init__ (self, S):
21-
num = __import__("numbers")
2221
self.begin = ct.c_double( 0)
2322
self.end = ct.c_double(-1)
2423
self.step = ct.c_double( 1)

0 commit comments

Comments
 (0)