ruff check --fix .

This commit is contained in:
Colin Maudry
2025-06-03 14:44:12 +02:00
parent 972d7f55b2
commit 0e9597de54
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -5,7 +5,6 @@ from time import sleep
import polars as pl
from dash import Input, Output, State, callback, dash_table, dcc, html, register_page
from dotenv import load_dotenv
from narwhals.exceptions import ComputeError
from polars.exceptions import ComputeError
from src.utils import add_annuaire_link, split_filter_part