Nettoyage des imports

This commit is contained in:
Colin Maudry
2025-04-21 18:16:45 +02:00
parent 60d204b061
commit 7082041853
4 changed files with 6 additions and 6 deletions
+2
View File
@@ -3,3 +3,5 @@
__pycache__
.idea
.venv
build
.env
+3
View File
@@ -0,0 +1,3 @@
DATA_FILE_PARQUET_PATH=https://www.data.gouv.fr/fr/datasets/r/11cea8e8-df3e-4ed1-932b-781e2635e432
PORT=8050
DEVELOPMENT=True
+1 -1
View File
@@ -1,4 +1,4 @@
from dash import register_page, html, page_registry
from dash import register_page, html
title = "À propos"
-5
View File
@@ -1,12 +1,7 @@
from dash import (
Dash,
html,
dcc,
callback,
Output,
Input,
dash_table,
page_container,
register_page,
)
from dotenv import load_dotenv