Skip to content

Commit

Permalink
fix too many branches 13>12
Browse files Browse the repository at this point in the history
  • Loading branch information
awmoore-intel committed Mar 11, 2024
1 parent b091d37 commit fd69ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/find_libpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def _linked_pythondll() -> str:


@_uniquified
def candidate_paths(suffix=_SHLIB_SUFFIX):
def candidate_paths(suffix=_SHLIB_SUFFIX): # noqa: PLR0912
"""
Iterate over candidate paths of libpython.
Expand Down

0 comments on commit fd69ad3

Please # to comment.