mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 17:06:18 +00:00
Fix indentation in control.py return statement
This commit is contained in:
committed by
Florian BEZANNIER
parent
cf1881492e
commit
98272bea73
@@ -86,7 +86,7 @@ def get_control_tabs(config):
|
||||
)
|
||||
|
||||
return dbc.Tabs(
|
||||
id="control-tabs",
|
||||
active_tab="tab-" + config.myp.vehicles_list[0].vin,
|
||||
children=tabs,
|
||||
)
|
||||
id="control-tabs",
|
||||
active_tab="tab-" + config.myp.vehicles_list[0].vin,
|
||||
children=tabs,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user