Spaces:
Sleeping
Sleeping
Jon Solow commited on
Commit ·
64f6425
1
Parent(s): e84abc1
Remove unused import
Browse files
src/pages/12_Depth_Charts.py
CHANGED
|
@@ -3,7 +3,7 @@ import streamlit as st
|
|
| 3 |
from config import DEFAULT_ICON
|
| 4 |
from shared_page import common_page_config
|
| 5 |
|
| 6 |
-
from streamlit_filter import filter_dataframe
|
| 7 |
from queries.nflverse.github_data import get_depth_charts, get_current_tables, SEASON
|
| 8 |
|
| 9 |
|
|
|
|
| 3 |
from config import DEFAULT_ICON
|
| 4 |
from shared_page import common_page_config
|
| 5 |
|
| 6 |
+
from streamlit_filter import filter_dataframe
|
| 7 |
from queries.nflverse.github_data import get_depth_charts, get_current_tables, SEASON
|
| 8 |
|
| 9 |
|