chore(script): Ignore unused imports in manuscript
Mainly for standard imports on top and for imports which are not used in code cells but in-text through little in-text code cells (such as strength_for function).
This commit is contained in:
parent
6089b64665
commit
6ece5f2735
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue