Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshdurg committed Jan 30, 2024
1 parent 6b1a7df commit 98d9939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numba/core/extending.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def wrapper(func):
return _intrinsic(func)
return wrapper


def get_cython_function_address(module_name, function_name):
"""
Get the address of a Cython function.
Expand Down

0 comments on commit 98d9939

Please sign in to comment.