Skip to content

Commit 6722536

Browse files
committed
Fix types imports in nrt
1 parent f5c5552 commit 6722536

File tree

1 file changed

+2
-2
lines changed
  • numba_cuda/numba/cuda/memory_management

1 file changed

+2
-2
lines changed

numba_cuda/numba/cuda/memory_management/nrt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import numpy as np
88
from collections import namedtuple
99

10-
from numba import cuda, types
11-
from numba.cuda import config
10+
from numba import cuda
11+
from numba.cuda import config, types
1212

1313
from numba.cuda.cudadrv.driver import (
1414
_Linker,

0 commit comments

Comments
 (0)