Skip to content

Commit

Permalink
refactor: pep8 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Molanus committed Dec 28, 2021
1 parent a20582c commit 6e101e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 18,7 @@
from actionGenerator import get_actions
from customerGenerator import generate_customers, get_products
from rewardCalculator import HlvCalculator
from simulator import policy_sim, get_performance_plot, get_timeline_plot, do_simulations, plot_timelines, \
plot_performance
from simulator import do_simulations, plot_timelines, plot_performance

st.set_page_config(layout="wide")

Expand Down

0 comments on commit 6e101e3

Please sign in to comment.