Skip to content

Commit

Permalink
fix cash flow snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jun 29, 2024
1 parent 141d6f4 commit 3781246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions user_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from app.pages import (
netincomepage,
cashtoearningspage,
cashflowpage,
cash_flow_page,
debtpage,
homepage,
revenuePage,
Expand Down Expand Up @@ -74,7 +74,7 @@ def __init__(self):

for F in (
homepage.StartPage,
cashflowpage.CashFlow,
cash_flow_page.CashFlow,
debtpage.Debt,
netincomepage.NetIncome,
revenuePage.Revenue,
Expand Down

0 comments on commit 3781246

Please sign in to comment.