Skip to content

Commit 92088a6

Browse files
committed
fix: apply ruff formatting
1 parent 11e65d6 commit 92088a6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/convert-blog-posts-to-qmd.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
from pathlib import Path
2828

2929
import nbformat
30-
from nbconvert import MarkdownExporter
3130

31+
from nbconvert import MarkdownExporter
3232

3333
REPO_ROOT = Path(__file__).resolve().parents[1]
3434
BLOG_ROOT = REPO_ROOT / "pages" / "blog"
@@ -79,9 +79,8 @@ def main() -> None:
7979
print(
8080
"[II] Conversion complete. "
8181
"Review generated .qmd files and commit them."
82-
)
82+
)
8383

8484

8585
if __name__ == "__main__":
8686
main()
87-

0 commit comments

Comments
 (0)