Skip to content

Commit 376599e

Browse files
committed
Deprecate run_server
1 parent bd11aa0 commit 376599e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dash/dash.py

+5
Original file line numberDiff line numberDiff line change
@@ -2256,4 +2256,9 @@ def run_server(self, *args, **kwargs):
22562256
22572257
See `app.run` for usage information.
22582258
"""
2259+
warnings.warn(
2260+
DeprecationWarning(
2261+
"Dash.run_server is deprecated and will be removed in Dash 3.0"
2262+
)
2263+
)
22592264
self.run(*args, **kwargs)

0 commit comments

Comments
 (0)