Skip to content

Commit

Permalink
Remove useless kwargs.copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Jul 18, 2023
1 parent 9be43d0 commit 2cd94c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytensor/link/numba/dispatch/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def global_numba_func(func):


def numba_njit(*args, **kwargs):
kwargs = kwargs.copy()
kwargs.setdefault("cache", config.numba__cache)

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

0 comments on commit 2cd94c6

Please sign in to comment.