Skip to content

Commit

Permalink
Deprecate run_server
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Sep 4, 2024
1 parent bd11aa0 commit 376599e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -2256,4 +2256,9 @@ def run_server(self, *args, **kwargs):
See `app.run` for usage information.
"""
warnings.warn(
DeprecationWarning(
"Dash.run_server is deprecated and will be removed in Dash 3.0"
)
)
self.run(*args, **kwargs)

0 comments on commit 376599e

Please sign in to comment.