Nettoyage des imports
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
__pycache__
|
||||
.idea
|
||||
.venv
|
||||
build
|
||||
.env
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
from dash import register_page, html, page_registry
|
||||
from dash import register_page, html
|
||||
|
||||
title = "À propos"
|
||||
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
from dash import (
|
||||
Dash,
|
||||
html,
|
||||
dcc,
|
||||
callback,
|
||||
Output,
|
||||
Input,
|
||||
dash_table,
|
||||
page_container,
|
||||
register_page,
|
||||
)
|
||||
from dotenv import load_dotenv
|
||||
|
||||
Reference in New Issue
Block a user