Skip to content

Commit

Permalink
Remove extra line in some test files
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jul 2, 2023
1 parent 2343fdb commit c44f6e9
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion tests/R_mimetype_check.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging

from tests.conftest import TrackedContainer
Expand Down
1 change: 0 additions & 1 deletion tests/all-spark-notebook/test_spark_notebooks.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging
from pathlib import Path

Expand Down
1 change: 0 additions & 1 deletion tests/base-notebook/test_healthcheck.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging
import time
from typing import Optional
Expand Down
2 changes: 0 additions & 2 deletions tests/base-notebook/test_notebook.py
@@ -1,7 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.


import requests

from tests.conftest import TrackedContainer, find_free_port
Expand Down
1 change: 0 additions & 1 deletion tests/base-notebook/test_npm_package_manager.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from tests.conftest import TrackedContainer
from tests.run_command import run_command

Expand Down
1 change: 0 additions & 1 deletion tests/base-notebook/test_pandoc.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging

from tests.conftest import TrackedContainer
Expand Down
1 change: 0 additions & 1 deletion tests/base-notebook/test_start_container.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging
import time
from typing import Optional
Expand Down
1 change: 0 additions & 1 deletion tests/datascience-notebook/test_mimetypes.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from tests.conftest import TrackedContainer
from tests.R_mimetype_check import check_r_mimetypes

Expand Down
1 change: 0 additions & 1 deletion tests/docker-stacks-foundation/test_outdated.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging

import pytest # type: ignore
Expand Down
1 change: 0 additions & 1 deletion tests/docker-stacks-foundation/test_units.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging

from tests.conftest import TrackedContainer
Expand Down
1 change: 0 additions & 1 deletion tests/minimal-notebook/test_nbconvert.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging
from pathlib import Path

Expand Down
1 change: 0 additions & 1 deletion tests/pyspark-notebook/units/unit_pandas_version.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import pandas

assert pandas.__version__ == "1.5.3"
1 change: 0 additions & 1 deletion tests/pyspark-notebook/units/unit_spark.py
@@ -1,4 +1,3 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import pyspark # noqa: F401
1 change: 0 additions & 1 deletion tests/r-notebook/test_R_mimetypes.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from tests.conftest import TrackedContainer
from tests.R_mimetype_check import check_r_mimetypes

Expand Down
1 change: 0 additions & 1 deletion tests/scipy-notebook/test_cython.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from pathlib import Path

from tests.conftest import TrackedContainer
Expand Down
1 change: 0 additions & 1 deletion tests/scipy-notebook/test_matplotlib.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import logging
from pathlib import Path

Expand Down
1 change: 0 additions & 1 deletion tests/scipy-notebook/units/unit_pandas.py
@@ -1,6 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

import numpy as np
import pandas as pd

Expand Down

0 comments on commit c44f6e9

Please sign in to comment.