Skip to content

Commit 0b3a04b

Browse files
committed
Refactor import statement for MarkdownExporter: update path to improve module organization
1 parent d1111f9 commit 0b3a04b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/portfolio_auditor/dashboard/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
fetch_live_repo_sync_result,
2323
should_refresh_audit,
2424
)
25-
from portfolio_auditor.exports import MarkdownExporter
25+
from portfolio_auditor.exports.markdown_exporter import MarkdownExporter
2626
from portfolio_auditor.settings import get_settings, reset_settings_cache
2727

2828

src/portfolio_auditor/exports/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"CsvExporter",
77
"JsonExporter",
88
"MarkdownExporter",
9-
]
9+
]

0 commit comments

Comments
 (0)