Skip to content

Commit c05b1a7

Browse files
committed
Add return type annotation for extract_numba_options
1 parent f330473 commit c05b1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/util/numba_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def prepare_function_arguments(
150150
return args, kwargs
151151

152152

153-
def extract_numba_options(decorator: Callable):
153+
def extract_numba_options(decorator: Callable) -> dict:
154154
"""
155155
Extract targetoptions from a numba.jit decorator
156156
"""

0 commit comments

Comments
 (0)