Skip to content

Commit

Permalink
feat: Refactoring 14
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Nov 21, 2024
1 parent 4b7c176 commit 91adff9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/ansys/fluent/core/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,16 +492,6 @@ def search(
"``wildcard=True`` matches wildcard pattern.",
UserWarning,
)
elif match_whole_word:
warnings.warn(
"``match_whole_word=True`` matches the whole word (case insensitive).",
UserWarning,
)
elif match_case:
warnings.warn(
"``match_case=True`` matches the whole word (case sensitive).",
UserWarning,
)

api_tree_data = _get_api_tree_data()

Expand Down

0 comments on commit 91adff9

Please sign in to comment.