From bbb91c41a6c8994d13ea2c2466f2c513fdf320c2 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 26 Jun 2021 14:44:01 +0300 Subject: [PATCH] Fix style --- all-spark-notebook/test/test_spark_notebooks.py | 2 +- scipy-notebook/test/test_extensions.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/all-spark-notebook/test/test_spark_notebooks.py b/all-spark-notebook/test/test_spark_notebooks.py index 1a1d8528..5c6abc3c 100644 --- a/all-spark-notebook/test/test_spark_notebooks.py +++ b/all-spark-notebook/test/test_spark_notebooks.py @@ -13,7 +13,7 @@ THIS_DIR = os.path.dirname(os.path.realpath(__file__)) @pytest.mark.parametrize( "test_file", # TODO: add local_sparklyr - ["local_pyspark", "local_spylon", "local_sparkR", "issue_1168"], + ["local_pyspark", "local_spylon", "local_sparkR", "issue_1168"] ) def test_nbconvert(container, test_file): """Check if Spark notebooks can be executed""" diff --git a/scipy-notebook/test/test_extensions.py b/scipy-notebook/test/test_extensions.py index 3571a73c..cf6b53eb 100644 --- a/scipy-notebook/test/test_extensions.py +++ b/scipy-notebook/test/test_extensions.py @@ -13,8 +13,8 @@ LOGGER = logging.getLogger(__name__) [ "@bokeh/jupyter_bokeh", "@jupyter-widgets/jupyterlab-manager", - "jupyter-matplotlib", - ], + "jupyter-matplotlib" + ] ) def test_check_extension(container, extension): """Basic check of each extension