Skip to content

Commit

Permalink
Update sphinx_needs/filter_common.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Sewell <[email protected]>
  • Loading branch information
big1hc and chrisjsewell authored Sep 5, 2023
1 parent 71920a0 commit 33d64a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_needs/filter_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def filter_needs(
return found_needs


def need_search(*args, **kwargs):
def need_search(*args: Any, **kwargs: Any) -> bool:
return bool(re.search(*args, **kwargs))


Expand Down

0 comments on commit 33d64a5

Please sign in to comment.