style: 🎨 Added UV and Ruff linting
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
'''Module to create a Dash app that displays visualizations of YNAB data.'''
|
||||
import dash
|
||||
from dash import dcc, html
|
||||
from dash.dependencies import Input, Output, State
|
||||
from dash.dependencies import Input, Output
|
||||
import dash_bootstrap_components as dbc
|
||||
from visuals.layout import create_layout
|
||||
from visuals.components import data_components
|
||||
|
||||
Reference in New Issue
Block a user