mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 09:26:16 +00:00
update to dash v2,dbc v1 and fix issue
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# pylint: disable=unused-import
|
||||
try:
|
||||
from dash import dcc
|
||||
except ImportError:
|
||||
import dash_core_components as dcc
|
||||
@@ -1,5 +0,0 @@
|
||||
# pylint: disable=unused-import
|
||||
try:
|
||||
from dash import html
|
||||
except ImportError:
|
||||
import dash_html_components as html
|
||||
Reference in New Issue
Block a user