From cab70d11c5ce89b41df9b53cc401ee887872feb8 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 28 Sep 2020 06:39:42 +0300 Subject: [PATCH] Fix --- scipy-notebook/test/test_matplotlib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scipy-notebook/test/test_matplotlib.py b/scipy-notebook/test/test_matplotlib.py index 509c285e..34a63f79 100644 --- a/scipy-notebook/test/test_matplotlib.py +++ b/scipy-notebook/test/test_matplotlib.py @@ -3,6 +3,7 @@ import logging +import pytest import os LOGGER = logging.getLogger(__name__)