Skip to content

Commit

Permalink
isort changed something
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Oct 26, 2023
1 parent eacaa3a commit 0cdd1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numba_dpex/core/parfors/parfor_lowerer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0cdd1b1

Please sign in to comment.