From 0cdd1b1a8a97290b41f0d5ebc84c4522e01d4aba Mon Sep 17 00:00:00 2001 From: Diptorup Deb Date: Wed, 25 Oct 2023 22:54:16 -0500 Subject: [PATCH] isort changed something --- numba_dpex/core/parfors/parfor_lowerer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numba_dpex/core/parfors/parfor_lowerer.py b/numba_dpex/core/parfors/parfor_lowerer.py index 51e066d80d..bcc3ae2082 100644 --- a/numba_dpex/core/parfors/parfor_lowerer.py +++ b/numba_dpex/core/parfors/parfor_lowerer.py @@ -3,10 +3,10 @@ # SPDX-License-Identifier: Apache-2.0 import copy - from collections import namedtuple + from llvmlite import ir as llvmir -from numba.core import ir, types, cgutils +from numba.core import cgutils, ir, types from numba.parfors.parfor import ( find_potential_aliases_parfor, get_parfor_outputs,