Skip to content

Commit bfbd9b5

Browse files
Removed ParamSpec import
1 parent 536a404 commit bfbd9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drjit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Callable, ParamSpec, TypeVar
1+
from typing import Callable, TypeVar
22
from . import detail
33

44
with detail.scoped_rtld_deepbind():

0 commit comments

Comments
 (0)