Skip to content

Commit

Permalink
Disable always on warnings (#6077)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jan 19, 2024
1 parent dbab2b7 commit c0e6064
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions holoviews/util/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,3 @@ class HoloviewsUserWarning(UserWarning):
"""A Holoviews-specific ``UserWarning`` subclass.
Used to selectively filter Holoviews warnings for unconditional display.
"""


warnings.simplefilter("always", HoloviewsDeprecationWarning)
warnings.simplefilter("always", HoloviewsUserWarning)

0 comments on commit c0e6064

Please sign in to comment.