Skip to content

Commit ed43f02

Browse files
committed
Remove useless kwargs.copy
1 parent 6c3e757 commit ed43f02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytensor/link/numba/dispatch/basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def global_numba_func(func):
5959

6060

6161
def numba_njit(*args, **kwargs):
62-
kwargs = kwargs.copy()
6362
kwargs.setdefault("cache", config.numba__cache)
6463

6564
if len(args) > 0 and callable(args[0]):

0 commit comments

Comments
 (0)