Skip to content

Commit 4daeb63

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/all_plots_from_df.py

+1-1
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)