mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-24 02:16:14 +00:00
fix format
This commit is contained in:
@@ -20,7 +20,7 @@ class TestRequirements:
|
||||
try:
|
||||
pkg_resources.require(requirement)
|
||||
except pkg_resources.VersionConflict:
|
||||
logger.error("You need to install or update some dependencies: pip install -U %s", requirement)
|
||||
logger.error("You need to install or update some dependencies: pip3 install -U %s", requirement)
|
||||
missing_requirement=True
|
||||
if missing_requirement:
|
||||
sys.exit(10)
|
||||
+2
-2
@@ -3,10 +3,10 @@ from statistics import mean
|
||||
|
||||
import dash_bootstrap_components as dbc
|
||||
from dash import html
|
||||
from dash.dash_table import Format, DataTable
|
||||
from dash.dash_table import DataTable
|
||||
import plotly.express as px
|
||||
import plotly.graph_objects as go
|
||||
from dash.dash_table.Format import Scheme, Symbol
|
||||
from dash.dash_table.Format import Scheme, Symbol, Format
|
||||
from dash.dcc import Graph
|
||||
|
||||
from libs.car import Car
|
||||
|
||||
Reference in New Issue
Block a user