Skip to content

Deprecation removals #3078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 27, 2024
120 changes: 0 additions & 120 deletions components/dash-core-components/src/components/LogoutButton.react.js

This file was deleted.

20 changes: 0 additions & 20 deletions components/dash-core-components/src/components/css/logout.css

This file was deleted.

2 changes: 0 additions & 2 deletions components/dash-core-components/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Interval from './components/Interval.react';
import Link from './components/Link.react';
import Loading from './components/Loading.react';
import Location from './components/Location.react';
import LogoutButton from './components/LogoutButton.react';
import Markdown from './components/Markdown.react';
import RadioItems from './components/RadioItems.react';
import RangeSlider from './components/RangeSlider.react';
Expand Down Expand Up @@ -45,7 +44,6 @@ export {
Link,
Loading,
Location,
LogoutButton,
Markdown,
RadioItems,
RangeSlider,
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion components/dash-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app.layout = dash_table.DataTable(
)

if __name__ == '__main__':
app.run_server(debug=True)
app.run(debug=True)
```

![Interactive Dash DataTable](https://user-images.githubusercontent.com/1280389/47935912-67187080-deb2-11e8-8936-34b0c99b518f.png)
Expand Down
2 changes: 1 addition & 1 deletion dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
get_relative_path,
strip_relative_path,
)
from .long_callback import ( # noqa: F401,E402
from .background_callback import ( # noqa: F401,E402
CeleryManager,
DiskcacheManager,
)
Expand Down
Loading