From 8a1e9a489f486e3643c2c5a51903e10df2b3e97f Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Sat, 28 May 2022 10:02:30 -0400 Subject: [PATCH] better less sloppy linting :r)_ --- scripts/plotly_streamlit.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/plotly_streamlit.py b/scripts/plotly_streamlit.py index 7b29306..5417c83 100755 --- a/scripts/plotly_streamlit.py +++ b/scripts/plotly_streamlit.py @@ -6,8 +6,7 @@ from numpy import ma import plotly.graph_objects as go from plotly.subplots import make_subplots import plotly.io as pio -from datetime import timedelta, datetime -from pathlib import Path +from datetime import timedelta import sqlite3 from sqlite3 import Connection import plotly.express as px @@ -159,7 +158,7 @@ hourly = pd.crosstab(df5, df5.index.hour, dropna=False) # Filter on species species = list(hourly.index) -#cols1, cols2 = st.columns((1, 1)) +# cols1, cols2 = st.columns((1, 1)) top_N = st.sidebar.slider( 'Select Number of Birds to Show', min_value=1,