Skip to content

Commit db7cb90

Browse files
fix mypy
1 parent ab87984 commit db7cb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/navbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import dash_bootstrap_components as dbc
1010
from dash import dcc, html
11-
from dateutil.relativedelta import relativedelta
11+
from dateutil.relativedelta import relativedelta # type: ignore
1212

1313
pyro_logo = "https://pyronear.org/img/logo_letters_orange.png"
1414

0 commit comments

Comments
 (0)