Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Oct 11, 2017
1 parent 5f7ce74 commit 4827e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def apply_fake_os(monkeypatch, request):
def check_yaml_c_exts():
"""Make sure PyYAML C extensions are available on Travis."""
if 'TRAVIS' in os.environ:
from yaml import CLoader
from yaml import CLoader # pylint: disable=unused-variable


@pytest.hookimpl(tryfirst=True, hookwrapper=True)
Expand Down

0 comments on commit 4827e98

Please sign in to comment.