Skip to content

Commit b11dc74

Browse files
committed
chore: remove None
1 parent c54acc2 commit b11dc74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numba_cuda/numba/cuda/cudadrv/devices.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def current(self):
5454
devnum = ac.devnum
5555
if devnum is not None:
5656
return self[devnum]
57-
return None
5857

5958

6059
class _DeviceContextManager(object):

0 commit comments

Comments
 (0)