chore: Fix linter error
This commit is contained in:
parent
165237f983
commit
1b5d37813e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ which analyzes an array of published reviews for their reference lists to find c
|
|||
|
||||
```{python}
|
||||
#| echo: false
|
||||
from IPython.display import Markdown as md
|
||||
from IPython.core.display import Markdown as md
|
||||
|
||||
sample_size = len(sample.entries)
|
||||
md(f"""
|
||||
|
|
Loading…
Reference in a new issue