Skip to content

Commit

Permalink
back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuttlas90 committed Jul 21, 2024
1 parent 9c3f2f2 commit 136dd61
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/helper/funds/fund.py → funds/fund.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
import requests
import pandas as pd
from .helper.helper import persianNumberToEnglish
from funds.helper.helper import persianNumberToEnglish

class Fund():
"""Helper class for fund calculation"""
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/helper/funds/main.py → funds/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

def get_levereged_fund_list():
"""return list of levereged fund"""
FILE_PATH = "./pages/helper/funds/fund_data.csv"
FILE_PATH = "./funds/fund_data.csv"
df = pd.read_csv(FILE_PATH, header=0)
return df
File renamed without changes.
6 changes: 3 additions & 3 deletions pages/leveraged_funds.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

from menu import add_menu

from pages.helper.funds.fund import Fund
from pages.helper.funds.main import get_levereged_fund_list
from pages.helper.funds.metrics import Metrics
from funds.fund import Fund
from funds.main import get_levereged_fund_list
from funds.metrics import Metrics

st.set_page_config(layout='wide',
page_title="وسهم - بررسی صندوق های اهرمی",
Expand Down

0 comments on commit 136dd61

Please sign in to comment.