Skip to content

Commit

Permalink
use warning instead of future warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 27, 2024
1 parent c6eb6e8 commit 5f95dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/_utils/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def preview_warning(
# ########################


class BetaWarning(FutureWarning):
class BetaWarning(Warning):
pass


Expand Down

0 comments on commit 5f95dcf

Please sign in to comment.