Skip to content

Commit

Permalink
adjust isort
Browse files Browse the repository at this point in the history
  • Loading branch information
TalissaMoura committed Mar 6, 2024
1 parent 895682d commit 88e6640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dashboard_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import pandas as pd
import streamlit as st

from src.data import (load_daily_data_chamados,
load_last_seven_days_data_chamados)
from src.data import load_daily_data_chamados, load_last_seven_days_data_chamados
from src.plot import bar_plot

PROJ_ID = st.secrets["ENV"]["project_id"]
Expand Down

0 comments on commit 88e6640

Please sign in to comment.