Skip to content

Commit a0da813

Browse files
package types is not used
1 parent 4a7b94e commit a0da813

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl/dptensor/dparray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import numpy as np
2626
from inspect import getmembers, isfunction, isclass, isbuiltin
2727
from numbers import Number
28-
from types import FunctionType as ftype, BuiltinFunctionType as bftype
2928
import sys
3029
import inspect
3130
import dpctl

0 commit comments

Comments
 (0)