Skip to content

Commit f14ad98

Browse files
committed
fix: Change importing method names typo
1 parent f4a0fa8 commit f14ad98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notion2md/exporter/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .block import block_markdown_exporter
2-
from .block import block_string_exporter
1+
from .block import markdown_exporter
2+
from .block import string_exporter

0 commit comments

Comments
 (0)