We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c606431 commit 4daeb63Copy full SHA for 4daeb63
src/utils/all_plots_from_df.py
@@ -9,7 +9,7 @@
9
from typing import Optional, Union
10
11
import pandas as pd
12
-import plotly.graph_objects as go # type: ignore
+import plotly.graph_objects as go
13
import streamlit as st
14
from pandas import DataFrame
15
0 commit comments