Skip to content

Commit 729eb6e

Browse files
author
Diptorup Deb
authored
Merge pull request #1228 from IntelPython/cleanup/minor_cleanups
Cleanup/minor cleanups
2 parents 5f23bc5 + d598560 commit 729eb6e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

numba_dpex/core/targets/dpjit_target.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class Dpex(CPU):
2525
# permits lookup and reference in user space by the string "dpex"
2626
target_registry[DPEX_TARGET_NAME] = Dpex
2727

28-
# This is the function registry for the dpu, it just has one registry, this one!
2928
dpex_function_registry = Registry()
3029

3130

numba_dpex/core/types/array_type.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
import numpy as np
6-
from numba.core import types
7-
from numba.core.datamodel.models import StructModel
86
from numba.core.types.npytypes import Array
97

108

0 commit comments

Comments
 (0)