Skip to content

Commit

Permalink
Update scripts/convert_ipynb_to_mdx.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sait Cakmak <[email protected]>
  • Loading branch information
CristianLara and saitcakmak authored Dec 16, 2024
1 parent 8f84d61 commit 5a5d432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/convert_ipynb_to_mdx.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pathlib import Path
from typing import Any, Dict, List, Optional, Tuple, Union

import mdformat # @manual=fbsource//third-party/pypi/mdformat:mdformat
import mdformat
import nbformat
import pandas as pd
from lxml import etree # pyre-ignore
Expand Down

0 comments on commit 5a5d432

Please sign in to comment.