Skip to content

Commit 79e503b

Browse files
author
Diptorup Deb
committed
isort changed something
1 parent 4805f9c commit 79e503b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numba_dpex/core/parfors/parfor_lowerer.py

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

55
import copy
6-
76
from collections import namedtuple
7+
88
from llvmlite import ir as llvmir
9-
from numba.core import ir, types, cgutils
9+
from numba.core import cgutils, ir, types
1010
from numba.parfors.parfor import (
1111
find_potential_aliases_parfor,
1212
get_parfor_outputs,

0 commit comments

Comments
 (0)