Skip to content

Commit 4daeb63

Browse files
committed
Remove ingore untyped from imports.
1 parent c606431 commit 4daeb63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/all_plots_from_df.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from typing import Optional, Union
1010

1111
import pandas as pd
12-
import plotly.graph_objects as go # type: ignore
12+
import plotly.graph_objects as go
1313
import streamlit as st
1414
from pandas import DataFrame
1515

0 commit comments

Comments
 (0)