Skip to content

Commit

Permalink
cleaned unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitfrisque committed Oct 24, 2024
1 parent e128c56 commit 64d5638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dashboards/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import dash_mantine_components as dmc

from dash import Dash, _dash_renderer, html, dcc, Output, Input, callback, no_update
from dash import Dash, _dash_renderer, html, dcc, Output, Input, callback
from dash.dependencies import State
from dash.exceptions import PreventUpdate
from dash_iconify import DashIconify
Expand Down Expand Up @@ -275,7 +275,7 @@ def gauge_card(title, tooltip_text, graph_id, max_height="200px"):
"flexGrow": 1,
"maxHeight": max_height
},
**CARD_STYLE
**CARD_STYLE
)

# Reusable component for histogram cards
Expand Down

0 comments on commit 64d5638

Please sign in to comment.