update to dash v2,dbc v1 and fix issue

This commit is contained in:
Florian Bezannier
2021-10-23 12:36:10 +02:00
parent 72753b5a09
commit 220ae91386
3 changed files with 0 additions and 10 deletions
View File
-5
View File
@@ -1,5 +0,0 @@
# pylint: disable=unused-import
try:
from dash import dcc
except ImportError:
import dash_core_components as dcc
-5
View File
@@ -1,5 +0,0 @@
# pylint: disable=unused-import
try:
from dash import html
except ImportError:
import dash_html_components as html