diff --git a/manuscript/article.qmd b/manuscript/article.qmd index d9b30ef..7ecfb0e 100644 --- a/manuscript/article.qmd +++ b/manuscript/article.qmd @@ -50,6 +50,8 @@ from matplotlib import pyplot as plt from tabulate import tabulate import seaborn as sns sns.set_style("whitegrid") + +# pyright: reportUnusedImport=false ``` ```{python}