Skip to content

Commit

Permalink
Replace parent package for cached_property import
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Apr 14, 2023
1 parent f9a77a2 commit dc593a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/core/targets/kernel_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

import re
from functools import cached_property

import numpy as np
from llvmlite import binding as ll
Expand All @@ -13,7 +14,6 @@
from numba.core.callconv import MinimalCallConv
from numba.core.registry import cpu_target
from numba.core.target_extension import GPU, target_registry
from numba.core.utils import cached_property

from numba_dpex.core.datamodel.models import _init_data_model_manager
from numba_dpex.core.exceptions import UnsupportedKernelArgumentError
Expand Down

0 comments on commit dc593a4

Please sign in to comment.