Skip to content

Commit 14a3473

Browse files
committed
style: sort imports per ruff lint
1 parent 737e8f5 commit 14a3473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/streamlit_alignments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import pandas as pd
1111
import requests
1212
import streamlit as st
13-
1413
from agent_pm.alignment_dashboard import (
1514
flatten_alignment_records,
1615
followup_conversion,
@@ -19,6 +18,7 @@
1918
status_counts_by_idea,
2019
status_trend_by_day,
2120
)
21+
2222
from agent_pm.utils.datetime import utc_now_isoformat
2323

2424
st.set_page_config(page_title="Goal Alignment Insights", layout="wide")

0 commit comments

Comments
 (0)