ruff check --select I --fix .

This commit is contained in:
Colin Maudry
2025-06-03 14:40:41 +02:00
parent 21f0be3265
commit 17df388035
5 changed files with 11 additions and 10 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
from dash import Dash, html, page_container, page_registry, dcc
import dash_bootstrap_components as dbc
from dash import Dash, dcc, html, page_container, page_registry
app = Dash(external_stylesheets=[dbc.themes.UNITED], title="decp.info", use_pages=True)