Skip to content

Commit

Permalink
Format code style
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihiko-shinoda committed Aug 12, 2020
1 parent 163ed6c commit 7190580
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/testscenarios/test_config_handler_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@
PATH_TEST_RESOURCES_HOME,
PATH_YOUR_PROJECT_HOME,
)

# noinspection PyUnresolvedReferences
# Reason: pytest fixture. pylint: disable=unused-import
from yourproduct.pytest_context_advanced import fixture_file_advanced # noqa: F401

# noinspection PyUnresolvedReferences
# Reason: pytest fixture. pylint: disable=unused-import
from yourproduct.pytest_context_basic import fixture_file # noqa: F401
from yourproduct.pytest_context_advanced import fixture_file_advanced # noqa: F401 pylint: disable=unused-import
from yourproduct.pytest_context_basic import fixture_file # noqa: F401 pylint: disable=unused-import

# pylint: disable=invalid-name
pytest_plugins = ["pytester"]
Expand Down

0 comments on commit 7190580

Please sign in to comment.