Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
YarShev committed Feb 24, 2022
1 parent 4fc997b commit 44827f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modin/test/exchange/dataframe_protocol/base/test_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
import modin.pandas as pd

from modin.pandas.test.utils import default_to_pandas_ignore_string
from modin.conftest import ( # noqa F401 (unused import, actually used in `test_basic_io`)
get_unique_base_execution,
)


def test_sanity():
Expand All @@ -30,9 +27,7 @@ def test_sanity():


@pytest.mark.filterwarnings(default_to_pandas_ignore_string)
def test_basic_io(
get_unique_base_execution, # noqa F811 (redefinition of unused `get_unique_base_execution`)
):
def test_basic_io(get_unique_base_execution):
"""Test that the protocol IO functions actually reach their implementation with no errors."""

class TestPassed(BaseException):
Expand Down

0 comments on commit 44827f8

Please sign in to comment.