diff --git a/tests/scipy-notebook/data/matplotlib/matplotlib_1.py b/tests/scipy-notebook/data/matplotlib/matplotlib_1.py index 8ccf369efd..a7d98fbbfc 100644 --- a/tests/scipy-notebook/data/matplotlib/matplotlib_1.py +++ b/tests/scipy-notebook/data/matplotlib/matplotlib_1.py @@ -1,3 +1,4 @@ +# type: ignore # Matplotlib: Create a simple plot example. # Refs: https://matplotlib.org/stable/gallery/lines_bars_and_markers/simple_plot.html diff --git a/tests/scipy-notebook/units/unit_pandas.py b/tests/scipy-notebook/units/unit_pandas.py index 2190a0b5c8..a211de501e 100644 --- a/tests/scipy-notebook/units/unit_pandas.py +++ b/tests/scipy-notebook/units/unit_pandas.py @@ -1,5 +1,6 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. +# type: ignore import numpy as np import pandas as pd