Skip to content

Commit

Permalink
limit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 committed Mar 7, 2024
1 parent 4a59124 commit e0edf68
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions src/page_managers/ranking_simulator_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,12 @@
from pandas import DataFrame

from .page_manager import PageManager
from utils import (
bar_graph,
box_plot,
from ..utils import (
CalculatedStats,
colored_metric,
Criteria,
GeneralConstants,
GraphType,
line_graph,
multi_line_graph,
plotly_chart,
Queries,
retrieve_match_data,
retrieve_match_schedule,
retrieve_scouting_data,
retrieve_team_list,
scouting_data_for_team,
stacked_bar_graph,
colored_metric_with_two_values,
populate_missing_data
retrieve_team_list
)


Expand Down

0 comments on commit e0edf68

Please sign in to comment.