Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Oct 24, 2024
1 parent ee1cb69 commit 61b654c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ def frequency_bar(
warnings.warn(
"This function is deprecated and will be removed in a future release. "
"Use bar with only one of x or y specified instead for identical behavior.",
FutureWarning,
DeprecationWarning,
stacklevel=2,
)

if x and y:
Expand Down

0 comments on commit 61b654c

Please sign in to comment.